From 23d9f443f6e5ee6d0ea4568f6e24594e5d399ab2 Mon Sep 17 00:00:00 2001 From: Siedlerchr Date: Wed, 28 Sep 2022 22:36:54 +0200 Subject: [PATCH] bump version --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 53e528f..0375c1f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ "noImplicitAny": true, "noImplicitThis": true, "resolveJsonModule": true, - "skipLibCheck": false, + "skipLibCheck": true, "strictFunctionTypes": true, "strictNullChecks": true, "target": "ES2017",