From f977e6191fe4f30c53122f76b115f5f0baaf07cf Mon Sep 17 00:00:00 2001 From: Oleksandr Honcharov <0976053529@ukr.net> Date: Tue, 28 Jan 2025 16:56:57 +0200 Subject: [PATCH] added skipLibCheck for RPC --- rpc/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/rpc/tsconfig.json b/rpc/tsconfig.json index 7f0dfdc..65a1b3b 100644 --- a/rpc/tsconfig.json +++ b/rpc/tsconfig.json @@ -17,6 +17,7 @@ "strict": true, "forceConsistentCasingInFileNames": true, "noImplicitAny": true, + "skipLibCheck": true }, "include": [ "src/**/*",