From ef9c094e5da42cf9f561e3e54336335b7b0ff6ce Mon Sep 17 00:00:00 2001 From: Walidoux Date: Sun, 23 Apr 2023 20:06:09 +0100 Subject: [PATCH] fix(tsconfig): d.ts type checking was disabked --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3d0a51a..8debd34 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "useDefineForClassFields": true, "lib": ["DOM", "DOM.Iterable", "ESNext"], "allowJs": false, - "skipLibCheck": true, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": true,