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 = {
51
51
skipDefaultLibCheck : { type : types . boolean } ,
52
52
sourceMap : { type : types . boolean } ,
53
53
sourceRoot : { type : types . string } ,
54
+ strictNullChecks : { type : types . boolean } ,
54
55
stripInternal : { type : types . boolean } ,
55
56
suppressExcessPropertyErrors : { type : types . boolean } ,
56
57
suppressImplicitAnyIndexErrors : { type : types . boolean } ,
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ var compilerOptionsValidation: simpleValidator.ValidationInfo = {
121
121
skipDefaultLibCheck : { type : types . boolean } ,
122
122
sourceMap : { type : types . boolean } ,
123
123
sourceRoot : { type : types . string } ,
124
+ strictNullChecks : { type : types . boolean } ,
124
125
stripInternal : { type : types . boolean } ,
125
126
suppressExcessPropertyErrors : { type : types . boolean } ,
126
127
suppressImplicitAnyIndexErrors : { type : types . boolean } ,
You can’t perform that action at this time.
0 commit comments