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

View file

@ -1,16 +1,11 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"files": [],
"references": [
{
"path": "./tsconfig.config.json"
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
]
}