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

Commit b06011c

Browse files
Fix initial spacing for table header because Kramdown interprets it as a code block
1 parent c627d3b commit b06011c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Compiler Options in MSBuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Compiler options can be specified using MSBuild properties within an MSBuild pro
1919

2020
## Mappings
2121

22-
Compiler Option | MSBuild Property Name | Allowed Values
22+
Compiler Option | MSBuild Property Name | Allowed Values
2323
---------------------------------------------|--------------------------------------------|-----------------
2424
`--declaration` | TypeScriptGeneratesDeclarations | boolean
2525
`--module` | TypeScriptModuleKind | `AMD`, `CommonJs`, `UMD`, or `System`

0 commit comments

Comments
 (0)