Skip to content

Commit 932f6cd

Browse files
authored
Add --emitDeclarationOnly flag
Fixes microsoft/TypeScript#21657
1 parent 23c17de commit 932f6cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pages/Compiler Options in MSBuild.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Compiler Option | MSBuild Property Name
3535
`--disableSizeLimit` | *Not supported in MSBuild* |
3636
`--emitBOM` | TypeScriptEmitBOM | boolean
3737
`--emitDecoratorMetadata` | TypeScriptEmitDecoratorMetadata | boolean
38+
`--emitDeclarationOnly` | TypeScriptEmitDeclarationOnly | boolean
3839
`--esModuleInterop` | TypeScriptESModuleInterop | boolean
3940
`--experimentalAsyncFunctions` | TypeScriptExperimentalAsyncFunctions | boolean
4041
`--experimentalDecorators` | TypeScriptExperimentalDecorators | boolean

0 commit comments

Comments
 (0)