Files
AFFiNE-Mirror/packages/workspace/tsconfig.json
Himself65 02757e53c1 fix: move workspace to top level (#2717)
(cherry picked from commit 4958d096b0)
2023-06-08 18:28:58 +08:00

18 lines
372 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib"
},
"references": [
{ "path": "../../tests/fixtures" },
{ "path": "../y-indexeddb" },
{ "path": "../env" },
{ "path": "../debug" },
{ "path": "../hooks" },
{ "path": "../../apps/electron" }
]
}