summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 7e88185..626c60f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -15,9 +15,7 @@
"noImplicitThis": true,
"noImplicitAny": true,
"strict": true,
- "suppressImplicitAnyIndexErrors": true,
- "allowSyntheticDefaultImports": true,
- "skipLibCheck": true
+ "allowSyntheticDefaultImports": true
},
"include": ["src"],
"exclude": ["node_modules"]