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

Commit 475fdb3

Browse files
authored
Add docs for --esModuleInteropt and --strictPropertyInitialization
see microsoft/TypeScript#20227
1 parent a66173c commit 475fdb3

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
@@ -35,6 +35,7 @@ Compiler Option | MSBuild Property Name
3535
`--disableSizeLimit` | *Not supported in MSBuild* |
3636
`--emitBOM` | TypeScriptEmitBOM | boolean
3737
`--emitDecoratorMetadata` | TypeScriptEmitDecoratorMetadata | boolean
38+
`--esModuleInterop` | TypeScriptESModuleInterop | boolean
3839
`--experimentalAsyncFunctions` | TypeScriptExperimentalAsyncFunctions | boolean
3940
`--experimentalDecorators` | TypeScriptExperimentalDecorators | boolean
4041
`--forceConsistentCasingInFileNames` | TypeScriptForceConsistentCasingInFileNames | boolean
@@ -87,6 +88,7 @@ Compiler Option | MSBuild Property Name
8788
`--strict` | TypeScriptStrict | boolean
8889
`--strictFunctionTypes` | TypeScriptStrictFunctionTypes | boolean
8990
`--strictNullChecks` | TypeScriptStrictNullChecks | boolean
91+
`--strictPropertyInitialization` | TypeScriptStrictPropertyInitialization | boolean
9092
`--stripInternal` | TypeScriptStripInternal | boolean
9193
`--suppressExcessPropertyErrors` | TypeScriptSuppressExcessPropertyErrors | boolean
9294
`--suppressImplicitAnyIndexErrors` | TypeScriptSuppressImplicitAnyIndexErrors | boolean

0 commit comments

Comments
 (0)