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