chore: Update dependencies
All checks were successful
CI / cache-and-install (push) Successful in 1m47s
All checks were successful
CI / cache-and-install (push) Successful in 1m47s
This commit is contained in:
@ -9,23 +9,17 @@
|
||||
"src/**/*",
|
||||
"src/**/*.vue"
|
||||
],
|
||||
"exclude": [
|
||||
"src/**/__tests__/*"
|
||||
],
|
||||
"exclude": ["src/**/__tests__/*"],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"moduleResolution": "Bundler",
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./src/*"
|
||||
]
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
/* "vueCompilerOptions": {
|
||||
"plugins": [
|
||||
"unplugin-vue-macros/volar"
|
||||
],
|
||||
}, */
|
||||
}
|
||||
"vueCompilerOptions": {
|
||||
"plugins": ["unplugin-vue-macros/volar"]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user