aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tsconfig.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/tsconfig.json b/tsconfig.json
index f96902eb..539c9ac2 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -8,12 +8,7 @@
"esModuleInterop": true,
"allowJs": true,
"alwaysStrict": true,
- // "strictNullChecks": true,
- // "strictBindCallApply": true,
"strictFunctionTypes": true,
- // "strictPropertyInitialization": true,
- // "noImplicitAny": true,
- // "noImplicitThis": true,
"useUnknownInCatchVariables": true,
"stripInternal": true,
"baseUrl": "."