From abc28fa2c64f9c2935f97291ffd9acbce5c5303e Mon Sep 17 00:00:00 2001 From: Justin Moser Date: Sun, 5 Jan 2025 17:17:59 -0600 Subject: [PATCH] skipLibCheck https://github.com/oven-sh/bun/issues/8761 --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 63c3dae..d69d668 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,8 @@ "strict": true, "declaration": true, "emitDeclarationOnly": true, - "outDir": "./types" + "outDir": "./types", + "skipLibCheck": true }, "include": [ "src/**/*.js"