diff --git a/tsconfig.json b/tsconfig.json index 310c8e0..1a10c54 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,8 @@ "moduleResolution": "bundler", "allowImportingTsExtensions": false, "types": [ - "vitest/globals" + "vitest/globals", + "@types/chrome", ] } }