mirror of
https://github.com/hexastack/hexabot
synced 2025-05-08 14:54:45 +00:00
Merge pull request #526 from Hexastack/525-issue-property-has-no-initializer
fix: disabled tsconfig strict Property Initialization
This commit is contained in:
commit
5989c4b7ba
@ -14,6 +14,7 @@
|
|||||||
"incremental": true,
|
"incremental": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"strictNullChecks": false,
|
"strictNullChecks": false,
|
||||||
|
"strictPropertyInitialization": false,
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"strictBindCallApply": false,
|
"strictBindCallApply": false,
|
||||||
"forceConsistentCasingInFileNames": false,
|
"forceConsistentCasingInFileNames": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user