summaryrefslogtreecommitdiff
path: root/driver/tsconfig.json
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2024-01-07 17:38:08 +0200
committeromagdy7 <omar.professional8777@gmail.com>2024-01-07 17:38:08 +0200
commit1fa417e3a84cebd8ff055ed6b2ac59301769035b (patch)
tree73784b0955547bb70962fe7e86ba4a05b53815ea /driver/tsconfig.json
parentfbaae8f461ff085356670d41506cd92180227beb (diff)
downloadcarpool-1fa417e3a84cebd8ff055ed6b2ac59301769035b.tar.xz
carpool-1fa417e3a84cebd8ff055ed6b2ac59301769035b.zip
Removed some errors for deployment
Diffstat (limited to 'driver/tsconfig.json')
-rw-r--r--driver/tsconfig.json4
1 files changed, 2 insertions, 2 deletions
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