mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-02 03:52:48 +03:00
14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"noEmit": false
|
|
},
|
|
"include": ["./scripts"]
|
|
}
|