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, 1 insertions, 0 deletions
diff --git a/packages/react-shared/tsconfig.json b/packages/react-shared/tsconfig.json
index 5abe0ab4e..9fd1b04cf 100644
--- a/packages/react-shared/tsconfig.json
+++ b/packages/react-shared/tsconfig.json
@@ -4,6 +4,7 @@
"outDir": "lib",
"rootDir": "src",
"jsx": "react",
+ "strictNullChecks": false,
"baseUrl": ".",
"paths": {
"*": ["node_modules/@types/*", "*"]