From 1c2a9c2c709a27ebb9b9007c7ec1ad59f5ba8a80 Mon Sep 17 00:00:00 2001 From: Sundar Date: Thu, 1 Apr 2021 11:47:28 +0530 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 5bcb480..7c00181 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -58,6 +58,7 @@ /* Experimental Options */ // "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ + "skipLibCheck": true }, "exclude": ["node_modules", "**/*.test.ts"] }