mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-27 23:37:03 +03:00
16 lines
342 B
JSON
16 lines
342 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"sourceMap": false,
|
|
"moduleResolution": "Node",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"isolatedModules": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*.ts", "../../types/**/*.d.ts", "index.ts"]
|
|
}
|