mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 18:42:11 +03:00
15 lines
376 B
JSON
15 lines
376 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"noEmit": false,
|
|
"outDir": "./lib/scripts"
|
|
},
|
|
"include": ["./scripts", "esbuild.main.config.ts", "esbuild.plugin.config.ts"]
|
|
}
|