chore(playground): save `tsconfig.json` to the root directory; update Node.js version requirement (#9086)

Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
This commit is contained in:
丶远方 2024-03-12 21:46:26 +08:00 committed by GitHub
parent 3648498ae5
commit 9e8ac0c367
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ export async function downloadProject(store: ReplStore) {
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])

View File

@ -1,6 +1,6 @@
# 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: