From 5b3acba4650ddb381c4f6694bb428100a14c8929 Mon Sep 17 00:00:00 2001 From: DieMyst Date: Wed, 22 Feb 2023 15:15:11 +0400 Subject: [PATCH] fix build --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8052fa9..2ac511f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,8 @@ "strict": true, "esModuleInterop": true, "noImplicitAny": false, - "strictNullChecks": false + "strictNullChecks": false, + "skipLibCheck": true }, "exclude": [ "node_modules",