From 17683e894bee052867a06992cd984c8c2790fcb1 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 7 Sep 2021 15:30:06 +0800 Subject: [PATCH] fix: update reference to env.d.ts --- template/config/typescript/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/config/typescript/tsconfig.json b/template/config/typescript/tsconfig.json index d02eb051..767939c3 100644 --- a/template/config/typescript/tsconfig.json +++ b/template/config/typescript/tsconfig.json @@ -16,5 +16,5 @@ "lib": ["esnext", "dom", "dom.iterable", "scripthost"], "skipLibCheck": true }, - "include": ["vite.config.*", "vite-env.d.ts", "src/**/*", "src/**/*.vue"] + "include": ["vite.config.*", "env.d.ts", "src/**/*", "src/**/*.vue"] } -- 2.39.5