Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
const files = store.getFiles()
for (const file in files) {
- if (file !== 'import-map.json') {
+ if (file !== 'import-map.json' && file !== 'tsconfig.json') {
src.file(file, files[file])
} else {
zip.file(file, files[file])
# Vite Vue Starter
-This is a project template using [Vite](https://vitejs.dev/). It requires [Node.js](https://nodejs.org) v12+.
+This is a project template using [Vite](https://vitejs.dev/). It requires [Node.js](https://nodejs.org) version 18+, 20+.
To start: