diff --git a/tsconfig.build.json b/tsconfig.build.json index 44cbef64..a28576e4 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -18,6 +18,7 @@ "node", "jest" ], + "skipLibCheck": true, "strict": true, "alwaysStrict": false, "forceConsistentCasingInFileNames": true,