summaryrefslogtreecommitdiff
path: root/driver/tsconfig.json
diff options
context:
space:
mode:
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