AFFiNE/packages/y-indexeddb/tsconfig.json
2023-06-14 23:22:35 +08:00

15 lines
227 B
JSON

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