File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments