From b25560bab01883c66c823de202cbdd48cca88957 Mon Sep 17 00:00:00 2001 From: kubikowski <44616042+kubikowski@users.noreply.github.com> Date: Mon, 31 Oct 2022 11:58:47 -0600 Subject: [PATCH] remove tsconfig skip lib check flag (#48) --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e99c88a..c1f528c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,9 +15,8 @@ "baseUrl": "./", "outDir": "./dist", "declaration": true, - "moduleResolution": "node", - "skipLibCheck": true, "isolatedModules": true, + "moduleResolution": "node", "module": "esnext", "target": "esnext", "lib": [