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

Commit 43e6796

Browse files
authored
Add --emitDeclarationOnly flag
Fixes microsoft/TypeScript#21657
1 parent 4ba16e5 commit 43e6796

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)