mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +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,
|
||||
"skipLibCheck": true,
|
||||
"strictNullChecks": false,
|
||||
"strictPropertyInitialization": false,
|
||||
"noImplicitAny": false,
|
||||
"strictBindCallApply": false,
|
||||
"forceConsistentCasingInFileNames": false,
|
||||
|
Loading…
Reference in New Issue
Block a user