fix: ignore ts deprecations for now
see https://github.com/vuejs/tsconfig/issues/6
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
"isolatedModules": false,
|
||||
"target": "ES2015",
|
||||
"lib": ["ESNext", "dom"],
|
||||
"types": ["cypress"]
|
||||
"types": ["cypress"],
|
||||
"ignoreDeprecations": "5.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user