aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/react-docs/tsconfig.json1
-rw-r--r--packages/react-shared/tsconfig.json1
2 files changed, 0 insertions, 2 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/*", "*"]
}
diff --git a/packages/react-shared/tsconfig.json b/packages/react-shared/tsconfig.json
index 6e71fb2e4..44055a037 100644
--- a/packages/react-shared/tsconfig.json
+++ b/packages/react-shared/tsconfig.json
@@ -5,7 +5,6 @@
"jsx": "react",
"baseUrl": "./",
"strictNullChecks": false,
- "noImplicitThis": false,
"paths": {
"*": ["node_modules/@types/*", "*"]
}