mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
20 lines
530 B
JSON
20 lines
530 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": [
|
|
"ESNext",
|
|
"DOM"
|
|
],
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"skipDefaultLibCheck": true,
|
|
"skipLibCheck": true,
|
|
},
|
|
"include": ["packages/**/*.ts", "packages/**/*/src/*", "packages/**/*/src/**/*", "apps/**/*.ts", "apps/**/*/src/*", "apps/**/*/src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
} |