From 9a9b0c860204a37f98c6bd9b2220f89539109c05 Mon Sep 17 00:00:00 2001 From: Sitt Guruvanich Date: Fri, 15 Nov 2024 02:34:56 +0700 Subject: [PATCH] chore: add vite-env.d.ts to types --- tsconfig.app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index e72f5d9..741ed6a 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -19,7 +19,7 @@ "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true, "forceConsistentCasingInFileNames": false, - "types": ["vite/client"] + "types": ["./src/vite-env.d.ts", "vite/client"] }, "include": ["src"] }