Skip to content

Commit e748236

Browse files
jason0x43blakeembrey
authored andcommitted
Support strictNullChecks option (#415)
1 parent 627bc17 commit e748236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/options/sources/typescript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class TypeScriptSource extends OptionsComponent
2020
'watch', 'declaration', 'mapRoot',
2121
'sourceMap', 'inlineSources', 'removeComments',
2222
// Ignore new TypeScript 2.0 options until typedoc can't manage it.
23-
'lib', 'strictNullChecks', 'noImplicitThis',
23+
'lib', 'noImplicitThis',
2424
'traceResolution', 'noUnusedParameters', 'noUnusedLocals',
2525
'skipLibCheck', 'declarationDir', 'types', 'typeRoots'
2626
];

0 commit comments

Comments
 (0)