From 59825c2bb58c3f39b3c937ab247d257953b5394b Mon Sep 17 00:00:00 2001 From: Nik <2661899+CodeSchwert@users.noreply.github.com> Date: Wed, 20 Dec 2023 09:44:43 +1300 Subject: [PATCH] feat: set skipLibCheck false (#1298) --- sdk/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/tsconfig.json b/sdk/tsconfig.json index 6ed4a76941..3078672533 100644 --- a/sdk/tsconfig.json +++ b/sdk/tsconfig.json @@ -15,7 +15,7 @@ "esModuleInterop": true, "declaration": false, "resolveJsonModule": true, - "skipLibCheck": true + "skipLibCheck": false }, "include": ["src"], "exclude": [