From 3e7fbc89f08e0eee5eb3fa196bfaa80ba108c458 Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Tue, 4 Jun 2024 22:51:35 -0700 Subject: [PATCH] Dont need explicit offscreencanvas types anymore --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f02cbfd6..7c93a4ad 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,7 @@ "skipLibCheck": true, "strict": true, "target": "esnext", - "types": ["jest", "offscreencanvas", "wicg-file-system-access"] + "types": ["jest", "wicg-file-system-access"] }, "exclude": ["node_modules"], "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]