From 6994a9adc90ddf5f1eda432a3e8191c54e9de6ff Mon Sep 17 00:00:00 2001 From: Chris Nesbitt-Smith Date: Tue, 4 Jan 2022 13:24:03 +0000 Subject: [PATCH] typescript skip libcheck --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7cc4ad5c..841ae5c8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,8 @@ "esModuleInterop": true, "declaration": true, "resolveJsonModule": true, - "outDir": "./dist" + "outDir": "./dist", + "skipLibCheck": true }, "include": [ "src"