Skip to content

Commit

Permalink
Add --strict compiler option in msbuild
Browse files Browse the repository at this point in the history
The `--strict` flag was added in microsoft/TypeScript#14486
  • Loading branch information
styfle authored Oct 27, 2017
1 parent 4331a7b commit 4a9d8fb
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 4a9d8fb

Please sign in to comment.