diff --git a/cypress/e2e/tsconfig.json b/cypress/e2e/tsconfig.json index 4c26a2fd0..abac350a1 100644 --- a/cypress/e2e/tsconfig.json +++ b/cypress/e2e/tsconfig.json @@ -6,6 +6,7 @@ "isolatedModules": false, "target": "ES2015", "lib": ["ESNext", "dom"], - "types": ["cypress"] + "types": ["cypress"], + "ignoreDeprecations": "5.0" } } diff --git a/tsconfig.app.json b/tsconfig.app.json index b095907f0..1449d4f37 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -13,7 +13,8 @@ "paths": { "@/*": ["./src/*"] - } + }, + "ignoreDeprecations": "5.0" }, "vueCompilerOptions": { // "strictTemplates": true