From 7f1fe2340744c13333fd3aa8f65ee230b6aebebf Mon Sep 17 00:00:00 2001 From: javayhu Date: Sun, 15 Jun 2025 12:25:06 +0800 Subject: [PATCH] chore: remove unused types from tsconfig.json --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d8e393c..2330aa4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,6 @@ "isolatedModules": true, "jsx": "preserve", "incremental": true, - "types": ["cloudflare-env.d.ts", "node"], "plugins": [ { "name": "next"