mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 05:41:30 +03:00
21 lines
304 B
JSON
21 lines
304 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../env"
|
|
},
|
|
{
|
|
"path": "../debug"
|
|
},
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
}
|