mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 05:23:40 +03:00
18 lines
270 B
JSON
18 lines
270 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
},
|
|
{
|
|
"path": "../y-provider"
|
|
}
|
|
]
|
|
}
|