Skip to content

Commit a6b421f

Browse files
seanchas116basarat
authored andcommitted
Allow tsconfig strictNullChecks option (#940)
1 parent 9643fe1 commit a6b421f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/main/tsconfig/tsconfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 },

lib/main/tsconfig/tsconfig.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 },

0 commit comments

Comments
 (0)