fix: disabled tsconfig strict Property Initialization

This commit is contained in:
yassinedorbozgithub 2025-01-06 15:07:08 +01:00
parent 06e06a03b9
commit 663b5117a0

View File

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