Skip to content

Commit 4a9d8fb

Browse files
authored
Add --strict compiler option in msbuild
The `--strict` flag was added in microsoft/TypeScript#14486
1 parent 4331a7b commit 4a9d8fb

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)