diff options
Diffstat (limited to 'packages/react-shared/tsconfig.json')
-rw-r--r-- | packages/react-shared/tsconfig.json | 1 |
1 files changed, 0 insertions, 1 deletions
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/*", "*"] } |