From 83b726e0400a955c2880654064c368d0cff6ce12 Mon Sep 17 00:00:00 2001 From: Lionello Lunesu Date: Fri, 10 Nov 2023 10:48:28 -0800 Subject: [PATCH] set skipLibCheck to true Workaround for https://github.com/dcodeIO/long.js/issues/125 --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 0bd4a32..afa092b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "module": "Node16", "moduleResolution": "Node16", "declaration": true, + "skipLibCheck": true, "stripInternal": true, "sourceMap": true, "experimentalDecorators": true,