From a4390d433b59029f9cdaad44467ecbca905b54a0 Mon Sep 17 00:00:00 2001 From: javayhu Date: Sun, 15 Jun 2025 11:44:37 +0800 Subject: [PATCH] chore: add types to compilerOptions in ts config --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 2330aa4..d8e393c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "isolatedModules": true, "jsx": "preserve", "incremental": true, + "types": ["cloudflare-env.d.ts", "node"], "plugins": [ { "name": "next"