mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 09:51:35 +03:00
cc5a6e6d40
packages/frontend/web -> packages/frontend/apps/web packages/frontend/mobile -> packages/frontend/apps/mobile packages/frontend/electron -> packages/frontend/apps/electron
31 lines
582 B
JSON
31 lines
582 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"]
|
|
}
|