From 541011ba90da73644eebfd26bc0b17848a60c941 Mon Sep 17 00:00:00 2001 From: himself65 Date: Wed, 7 Jun 2023 14:21:21 +0800 Subject: [PATCH] build: remove unused reference --- plugins/bookmark-block/tsconfig.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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"] }