diff --git a/api/tsconfig.json b/api/tsconfig.json index 08af0f09..4cf9e50c 100644 --- a/api/tsconfig.json +++ b/api/tsconfig.json @@ -14,6 +14,7 @@ "incremental": true, "skipLibCheck": true, "strictNullChecks": false, + "strictPropertyInitialization": false, "noImplicitAny": false, "strictBindCallApply": false, "forceConsistentCasingInFileNames": false,