File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ var compilerOptionsValidation = {
5151 skipDefaultLibCheck : { type : types . boolean } ,
5252 sourceMap : { type : types . boolean } ,
5353 sourceRoot : { type : types . string } ,
54+ strictNullChecks : { type : types . boolean } ,
5455 stripInternal : { type : types . boolean } ,
5556 suppressExcessPropertyErrors : { type : types . boolean } ,
5657 suppressImplicitAnyIndexErrors : { type : types . boolean } ,
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ var compilerOptionsValidation: simpleValidator.ValidationInfo = {
121121 skipDefaultLibCheck : { type : types . boolean } ,
122122 sourceMap : { type : types . boolean } ,
123123 sourceRoot : { type : types . string } ,
124+ strictNullChecks : { type : types . boolean } ,
124125 stripInternal : { type : types . boolean } ,
125126 suppressExcessPropertyErrors : { type : types . boolean } ,
126127 suppressImplicitAnyIndexErrors : { type : types . boolean } ,
You can’t perform that action at this time.
0 commit comments