mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 17:24:22 +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"
|
|
}
|
|
]
|
|
}
|