1
0

fix: ignore ts deprecations for now

see https://github.com/vuejs/tsconfig/issues/6
This commit is contained in:
Dominik Pschenitschni
2023-03-22 15:47:21 +01:00
parent e62c00a187
commit 96e2c81b7e
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,8 @@
"paths": {
"@/*": ["./src/*"]
}
},
"ignoreDeprecations": "5.0"
},
"vueCompilerOptions": {
// "strictTemplates": true