From 1fa417e3a84cebd8ff055ed6b2ac59301769035b Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 7 Jan 2024 17:38:08 +0200 Subject: Removed some errors for deployment --- driver/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'driver/tsconfig.json') diff --git a/driver/tsconfig.json b/driver/tsconfig.json index 1cb84b4..d84f8c4 100644 --- a/driver/tsconfig.json +++ b/driver/tsconfig.json @@ -8,7 +8,7 @@ "DOM.Iterable" ], "module": "ESNext", - "skipLibCheck": true, + "skipLibCheck": false, "baseUrl": ".", "paths": { "@/*": [ @@ -23,7 +23,7 @@ "noEmit": true, "jsx": "react-jsx", /* Linting */ - "strict": true, + "strict": false, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true -- cgit v1.2.3