diff --git a/plugins/bookmark-block/tsconfig.json b/plugins/bookmark-block/tsconfig.json index c65046aba1..7a1b4933cd 100644 --- a/plugins/bookmark-block/tsconfig.json +++ b/plugins/bookmark-block/tsconfig.json @@ -4,10 +4,5 @@ "rootDir": "./src", "types": ["electron"] }, - "include": ["**.ts", "**.tsx"], - "references": [ - { - "path": "./tsconfig.node.json" - } - ] + "include": ["**.ts", "**.tsx"] }