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