diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 43f0b28..d54082d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,8 @@ "lib": ["esnext", "dom", "DOM.Iterable"], "target": "es2019", "esModuleInterop": true, - "outDir": "build" + "outDir": "build", + "strictNullChecks": true }, "include": ["src"], "exclude": ["**/node_modules"], |