aboutsummaryrefslogtreecommitdiffstats
path: root/apps/browser-extension/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/browser-extension/tsconfig.json')
-rw-r--r--apps/browser-extension/tsconfig.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/browser-extension/tsconfig.json b/apps/browser-extension/tsconfig.json
index b9bc1c46..ddc2d870 100644
--- a/apps/browser-extension/tsconfig.json
+++ b/apps/browser-extension/tsconfig.json
@@ -21,6 +21,5 @@
"noFallthroughCasesInSwitch": true
},
"include": ["src", "vite.config.ts"],
- "exclude": ["node_modules"],
- "references": [{ "path": "./tsconfig.node.json" }]
+ "exclude": ["node_modules"]
}