Files
AFFiNE-Mirror/packages/workspace/tsconfig.json
LongYinan 4b3353dc1d style: add ban-ts-comment rule (#2738)
(cherry picked from commit 2e975e79dd)
2023-06-15 01:09:48 +08:00

16 lines
310 B
JSON

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