build: update to new create-vue scaffold

This commit is contained in:
Sebin Nyshkim 2023-09-04 19:19:43 +02:00
parent 25ee71b615
commit d4dc47b1e1
8 changed files with 901 additions and 3989 deletions

17
tsconfig.node.json Normal file
View file

@ -0,0 +1,17 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"include": [
"globals.d.ts",
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
}
}