mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-14 22:22:19 +03:00
265ee81666
plugin system need redesign
21 lines
452 B
JSON
21 lines
452 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"noEmit": false,
|
|
"outDir": "./lib/scripts",
|
|
"types": ["node"],
|
|
"allowJs": true
|
|
},
|
|
"include": ["./scripts"],
|
|
"ts-node": {
|
|
"esm": true,
|
|
"experimentalSpecifierResolution": "node"
|
|
}
|
|
}
|