Files
AFFiNE-Mirror/plugins/bookmark-block/tsconfig.json
T
Himself65 3676d6c3f0 feat: plugin system with isolated bundles (#2660)
(cherry picked from commit 94d20f1bdc)
2023-06-20 14:44:27 +08:00

14 lines
223 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["electron"]
},
"include": ["**.ts", "**.tsx"],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}