mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-07 04:36:30 +03:00
17 lines
368 B
JSON
17 lines
368 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" },
|
|
{ "path": "../../common/infra" },
|
|
{ "path": "../workspace" }
|
|
]
|
|
}
|