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

Commit 6af68de

Browse files
authored
Merge pull request #676 from styfle/patch-3
Add --strict compiler option in msbuild
2 parents 4331a7b + 4a9d8fb commit 6af68de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/Compiler Options in MSBuild.md

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Compiler Option | MSBuild Property Name
8484
`--skipDefaultLibCheck` | TypeScriptSkipDefaultLibCheck | boolean
8585
`--sourceMap` | TypeScriptSourceMap | File path
8686
`--sourceRoot` | TypeScriptSourceRoot | File path
87+
`--strict` | TypeScriptStrict | boolean
8788
`--strictFunctionTypes` | TypeScriptStrictFunctionTypes | boolean
8889
`--strictNullChecks` | TypeScriptStrictNullChecks | boolean
8990
`--stripInternal` | TypeScriptStripInternal | boolean

0 commit comments

Comments
 (0)