From 5d2a2989fe51cf13749c34d943e5788f664cae2a Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Wed, 5 Nov 2025 14:26:13 +0100 Subject: [PATCH] fix: incorrect global chrome type --- env.d.ts | 1 + tsconfig.app.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/env.d.ts b/env.d.ts index 11f02fe..f4fcd31 100644 --- a/env.d.ts +++ b/env.d.ts @@ -1 +1,2 @@ /// +/// diff --git a/tsconfig.app.json b/tsconfig.app.json index 04771c8..913b8f2 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -4,7 +4,6 @@ "exclude": ["src/**/__tests__/*"], "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", - "types": ["chrome"], "paths": { "@/*": ["./src/*"]