mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-17 06:51:59 +03:00
30 lines
544 B
JSON
30 lines
544 B
JSON
|
{
|
||
|
"extends": "../../../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"target": "ESNext",
|
||
|
"module": "ESNext",
|
||
|
"resolveJsonModule": true,
|
||
|
"moduleResolution": "Bundler",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"noEmit": false,
|
||
|
"outDir": "../lib",
|
||
|
"allowJs": true
|
||
|
},
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../../../common/env"
|
||
|
},
|
||
|
{
|
||
|
"path": "../../core"
|
||
|
},
|
||
|
{
|
||
|
"path": "../../component"
|
||
|
},
|
||
|
{
|
||
|
"path": "../../../common/infra"
|
||
|
}
|
||
|
],
|
||
|
"include": ["."]
|
||
|
}
|