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

@ -6,6 +6,7 @@
"isolatedModules": false,
"target": "ES2015",
"lib": ["ESNext", "dom"],
"types": ["cypress"]
"types": ["cypress"],
"ignoreDeprecations": "5.0"
}
}