Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Add --strict compiler option in msbuild #676

Merged
merged 1 commit into from
Oct 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pages/Compiler Options in MSBuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Compiler Option | MSBuild Property Name
`--skipDefaultLibCheck` | TypeScriptSkipDefaultLibCheck | boolean
`--sourceMap` | TypeScriptSourceMap | File path
`--sourceRoot` | TypeScriptSourceRoot | File path
`--strict` | TypeScriptStrict | boolean
`--strictFunctionTypes` | TypeScriptStrictFunctionTypes | boolean
`--strictNullChecks` | TypeScriptStrictNullChecks | boolean
`--stripInternal` | TypeScriptStripInternal | boolean
Expand Down