Skip to content

Commit 17683e8

Browse files
committed
fix: update reference to env.d.ts
1 parent 9a92800 commit 17683e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/config/typescript/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
1717
"skipLibCheck": true
1818
},
19-
"include": ["vite.config.*", "vite-env.d.ts", "src/**/*", "src/**/*.vue"]
19+
"include": ["vite.config.*", "env.d.ts", "src/**/*", "src/**/*.vue"]
2020
}

0 commit comments

Comments
 (0)