AFFiNE/packages/y-indexeddb/tsconfig.json

18 lines
270 B
JSON
Raw Normal View History

2023-04-02 10:57:50 +03:00
{
"extends": "../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib"
},
2023-04-02 10:57:50 +03:00
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "../y-provider"
2023-04-02 10:57:50 +03:00
}
]
}