From: Haoqun Jiang Date: Tue, 7 Sep 2021 07:30:06 +0000 (+0800) Subject: fix: update reference to env.d.ts X-Git-Tag: v3.0.0-beta.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17683e894bee052867a06992cd984c8c2790fcb1;p=thirdparty%2Fvuejs%2Fcreate-vue.git fix: update reference to env.d.ts --- 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"] }