Merge pull request #526 from Hexastack/525-issue-property-has-no-initializer

fix: disabled tsconfig strict Property Initialization
This commit is contained in:
Med Marrouchi 2025-01-06 17:26:48 +01:00 committed by GitHub
commit 5989c4b7ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": false,
"strictPropertyInitialization": false,
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,