From e95f421db1994fe5e89dec3f6d0083e3317d52b5 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 30 Aug 2021 20:36:37 -0700 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1b380ac..7ec6258 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,8 @@ "noUnusedLocals": true, "forceConsistentCasingInFileNames": true, "strict": true, - "suppressImplicitAnyIndexErrors": true + "suppressImplicitAnyIndexErrors": true, + "skipLibCheck": true }, "include": ["src/*"] }