Skip to content

Commit d8c5906

Browse files
authored
Merge pull request microsoft#640 from minestarks/patch-1
Add 2.5 compiler options for MSBuild to handbook
2 parents 6231660 + 223ec0c commit d8c5906

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/Compiler Options in MSBuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Compiler Option | MSBuild Property Name
6363
`--noImplicitReturns` | TypeScriptNoImplicitReturns | boolean
6464
`--noImplicitThis` | TypeScriptNoImplicitThis | boolean
6565
`--noImplicitUseStrict` | TypeScriptNoImplicitUseStrict | boolean
66+
`--noStrictGenericChecks` | TypeScriptNoStrictGenericChecks | boolean
6667
`--noUnusedLocals` | TypeScriptNoUnusedLocals | boolean
6768
`--noUnusedParameters` | TypeScriptNoUnusedParameters | boolean
6869
`--noLib` | TypeScriptNoLib | boolean
@@ -72,6 +73,7 @@ Compiler Option | MSBuild Property Name
7273
`--outFile` | TypeScriptOutFile | File path
7374
`--paths` | *Not supported in MSBuild* |
7475
`--preserveConstEnums` | TypeScriptPreserveConstEnums | boolean
76+
`--preserveSymlinks` | TypeScriptPreserveSymlinks | boolean
7577
`--listEmittedFiles` | *Not supported in MSBuild* |
7678
`--pretty` | *Not supported in MSBuild* |
7779
`--reactNamespace` | TypeScriptReactNamespace | string

0 commit comments

Comments
 (0)