From 878e299518edf8c36c1bbb06055cfff65428c970 Mon Sep 17 00:00:00 2001 From: Albert Hernandez Pellicer Date: Mon, 22 Jan 2024 11:53:45 +0100 Subject: [PATCH] build: enable skip lib check --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 7d70101..9f99deb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "outDir": "dist", "sourceMap": true, "inlineSources": true, + "skipLibCheck": true, "resolveJsonModule": true, "paths": { "@src/*": ["src/*"],