Files
AFFiNE-Mirror/plugins/bookmark-block/tsconfig.json
Himself65 bb8bfd0c9e feat: plugin system with isolated bundles (#2660)
(cherry picked from commit 94d20f1bdc)
2023-06-08 18:19:03 +08:00

14 lines
223 B
JSON

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