AFFiNE/plugins/bookmark-block/tsconfig.json

14 lines
223 B
JSON

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