Skip to content

Commit

Permalink
Merge pull request #526 from Hexastack/525-issue-property-has-no-init…
Browse files Browse the repository at this point in the history
…ializer

fix: disabled tsconfig strict Property Initialization
  • Loading branch information
marrouchi authored Jan 6, 2025
2 parents d8909ae + 663b511 commit 5989c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": false,
"strictPropertyInitialization": false,
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
Expand Down

0 comments on commit 5989c4b

Please sign in to comment.