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