build: update scaffolding to current create-vue template

This commit is contained in:
Sebin Nyshkim 2023-09-01 12:29:06 +02:00
parent 0335006ee5
commit 0c8a3b0348
3 changed files with 27 additions and 11 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.node.json"
},
{
"path": "./tsconfig.app.json"
}
]
}