diff --git a/tsconfig.json b/tsconfig.json index c133409..4887295 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "allowJs": true, "skipLibCheck": true, "strict": true, + "strictNullChecks": true, "noEmit": true, "esModuleInterop": true, "module": "esnext",