diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-01-07 17:38:08 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-01-07 17:38:08 +0200 |
| commit | 1fa417e3a84cebd8ff055ed6b2ac59301769035b (patch) | |
| tree | 73784b0955547bb70962fe7e86ba4a05b53815ea /driver/tsconfig.json | |
| parent | fbaae8f461ff085356670d41506cd92180227beb (diff) | |
| download | carpool-1fa417e3a84cebd8ff055ed6b2ac59301769035b.tar.xz carpool-1fa417e3a84cebd8ff055ed6b2ac59301769035b.zip | |
Removed some errors for deployment
Diffstat (limited to 'driver/tsconfig.json')
| -rw-r--r-- | driver/tsconfig.json | 4 |
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 |
