aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/tsconfig.json')
-rw-r--r--packages/website/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/tsconfig.json b/packages/website/tsconfig.json
index 43c417be0..0e14e5450 100644
--- a/packages/website/tsconfig.json
+++ b/packages/website/tsconfig.json
@@ -6,7 +6,7 @@
"jsx": "react",
"baseUrl": "./",
"allowJs": true,
- "strictNullChecks": true,
+ "strictNullChecks": false,
"declaration": false,
"paths": {
"*": ["node_modules/@types/*", "*"]