From 96e2c81b7ef2b7a0ff515dd01d9aeb28429cc0d5 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Wed, 22 Mar 2023 15:47:21 +0100 Subject: [PATCH] fix: ignore ts deprecations for now see https://github.com/vuejs/tsconfig/issues/6 --- cypress/e2e/tsconfig.json | 3 ++- tsconfig.app.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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