diff --git a/tsconfig.json b/tsconfig.json index 20d9284..57266dc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "resolveJsonModule": true, "isolatedModules": true, "verbatimModuleSyntax": true, + "ignoreDeprecations": "6.0", "skipLibCheck": true, "noEmit": true },