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/**/*",