fix: ignore ts deprecations for now
see https://github.com/vuejs/tsconfig/issues/6
This commit is contained in:
@ -13,7 +13,8 @@
|
||||
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"ignoreDeprecations": "5.0"
|
||||
},
|
||||
"vueCompilerOptions": {
|
||||
// "strictTemplates": true
|
||||
|
Reference in New Issue
Block a user