mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-26 16:52:40 +03:00
e0eecffb2f
Co-authored-by: himself65 <himself65@outlook.com>
16 lines
357 B
JSON
16 lines
357 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", "../utils.ts"]
|
|
}
|