diff --git a/tsconfig.json b/tsconfig.json index 6e4f688e..5b737b7d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,8 +3,8 @@ //"allowUnreachableCode": true, //"noUnusedLocals": false, //"noUnusedParameters": false, - - + //ignore Deprecation to ignore the typrscript deprecation error at suppressImplicitAnyIndexErrors + "ignoreDeprecations": "5.0", "removeComments": false, "preserveConstEnums": true, "emitDecoratorMetadata": true,