Files
AFFiNE-Mirror/packages/y-indexeddb/tsconfig.json
T
Himself65 f1bad4145f feat: support sub-doc feature (#2774)
(cherry picked from commit 5d75ceeeb5)
2023-06-15 01:12:20 +08:00

15 lines
227 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib"
},
"references": [
{
"path": "./tsconfig.node.json"
}
]
}