mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-03 06:03:21 +03:00
19 lines
289 B
JSON
19 lines
289 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"exclude": ["lib"],
|
||
|
"include": ["src"],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"noEmit": false,
|
||
|
"outDir": "lib"
|
||
|
},
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../component"
|
||
|
},
|
||
|
{
|
||
|
"path": "./tsconfig.node.json"
|
||
|
}
|
||
|
]
|
||
|
}
|