AFFiNE/packages/y-indexeddb/tsconfig.json

10 lines
135 B
JSON
Raw Normal View History

2023-04-02 10:57:50 +03:00
{
"extends": "../../tsconfig.json",
"include": ["./src"],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}