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