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.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/browser-extension/tsconfig.json b/apps/browser-extension/tsconfig.json
index d1cd8091..f77e7f00 100644
--- a/apps/browser-extension/tsconfig.json
+++ b/apps/browser-extension/tsconfig.json
@@ -6,6 +6,8 @@
"module": "ESNext",
"skipLibCheck": true,
+ "types": ["chrome"],
+
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,