From e56e4bb313bd4aa3d197c1428f17a2967239f446 Mon Sep 17 00:00:00 2001 From: Zajjaj-Khan Date: Sun, 3 Sep 2023 18:32:02 +0500 Subject: [PATCH] fixed typsricpt deprecation error at tsconfig --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,