mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 01:32:56 +03:00
31 lines
567 B
JSON
31 lines
567 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": ["."],
|
|
"exclude": ["dist"]
|
|
}
|