diff --git a/tsconfig.json b/tsconfig.json index cbdb8a7..8ce5237 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "declaration": true, "emitDeclarationOnly": true, "outDir": "./dist/types", + "skipLibCheck": true }, "include": [ "src/random-uint-below/**/*"