From 84616f8566b30d04fb0870fc6315987d4be6139c Mon Sep 17 00:00:00 2001 From: Aleksandr Yackovlev Date: Sat, 12 Jun 2021 11:16:58 +0300 Subject: [PATCH] fix(tsconfig): temporarily skip lib checks see issue https://github.com/kogosoftwarellc/open-api/issues/742 --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index c9cd554..985a7e0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitAny": true, "strict": true, "moduleResolution": "node", + "skipLibCheck": true, "sourceMap": true, "outDir": "dist", "baseUrl": ".",