summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index c7da3dd..69bd8f0 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -12,7 +12,7 @@
"noUnusedParameters": true,
"esModuleInterop": true,
"noImplicitReturns": true,
- "noImplicitThis": true,
+ "noImplicitThis": false,
"noImplicitAny": true,
"strict": true,
"allowSyntheticDefaultImports": true,