mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-26 18:24:32 +03:00
15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"sourceMap": false,
|
|
"moduleResolution": "Node",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"isolatedModules": true,
|
|
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*.ts", "../../types/**/*.d.ts"]
|
|
}
|