build: update scaffolding to current create-vue template

This commit is contained in:
Sebin Nyshkim 2024-09-03 14:36:55 +02:00
parent 34823665c6
commit 6aa34c1648
4 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"extends": "@tsconfig/node20/tsconfig.json",
"include": [
"globals.d.ts",
"vite.config.*",
@ -10,6 +10,9 @@
],
"compilerOptions": {
"composite": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]