mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 23:32:27 +03:00
15 lines
298 B
JSON
15 lines
298 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [
|
|
{ "path": "../../common/env" },
|
|
{ "path": "../../common/y-indexeddb" },
|
|
{ "path": "../../common/debug" }
|
|
]
|
|
}
|