fix: ignore ts deprecations for now
see https://github.com/vuejs/tsconfig/issues/6
This commit is contained in:
parent
e62c00a187
commit
96e2c81b7e
@ -6,6 +6,7 @@
|
||||
"isolatedModules": false,
|
||||
"target": "ES2015",
|
||||
"lib": ["ESNext", "dom"],
|
||||
"types": ["cypress"]
|
||||
"types": ["cypress"],
|
||||
"ignoreDeprecations": "5.0"
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +13,8 @@
|
||||
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"ignoreDeprecations": "5.0"
|
||||
},
|
||||
"vueCompilerOptions": {
|
||||
// "strictTemplates": true
|
||||
|
Loading…
x
Reference in New Issue
Block a user