From fa9db380a2056e66bad2af311acc3875a70ff3fa Mon Sep 17 00:00:00 2001 From: James Prevett Date: Fri, 13 Sep 2024 15:59:25 -0500 Subject: [PATCH] skip lib check --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0876830..a8404c5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,8 @@ "outDir": "dist", "lib": ["ESNext", "ESNext.Disposable"], "moduleResolution": "NodeNext", - "declaration": true + "declaration": true, + "skipLibCheck": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules"]