Skip to content

Commit

Permalink
fix: disabled tsconfig strict Property Initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinedorbozgithub committed Jan 6, 2025
1 parent 06e06a0 commit 663b511
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 663b511

Please sign in to comment.