From 33cde04ad00e9239c1c7a9bda8a2cabc8cad95c3 Mon Sep 17 00:00:00 2001 From: Vladimir <18351400+en9inerd@users.noreply.github.com> Date: Fri, 26 Apr 2024 13:17:53 -0400 Subject: [PATCH] chore: enable skipLibCheck --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1f55a4e..4c37837 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -59,7 +59,7 @@ // "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ /* Advanced Options */ - // "skipLibCheck": true, /* Skip type checking of declaration files. */ + "skipLibCheck": true, /* Skip type checking of declaration files. */ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ }, "include": [