aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-docs/tsconfig.json')
-rw-r--r--packages/react-docs/tsconfig.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/react-docs/tsconfig.json b/packages/react-docs/tsconfig.json
index 6e71fb2e4..44055a037 100644
--- a/packages/react-docs/tsconfig.json
+++ b/packages/react-docs/tsconfig.json
@@ -5,7 +5,6 @@
"jsx": "react",
"baseUrl": "./",
"strictNullChecks": false,
- "noImplicitThis": false,
"paths": {
"*": ["node_modules/@types/*", "*"]
}