This repository was archived by the owner on Oct 12, 2022. It is now read-only.
File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ Compiler Option | MSBuild Property Name
35
35
` --disableSizeLimit ` | * Not supported in MSBuild* |
36
36
` --emitBOM ` | TypeScriptEmitBOM | boolean
37
37
` --emitDecoratorMetadata ` | TypeScriptEmitDecoratorMetadata | boolean
38
+ ` --esModuleInterop ` | TypeScriptESModuleInterop | boolean
38
39
` --experimentalAsyncFunctions ` | TypeScriptExperimentalAsyncFunctions | boolean
39
40
` --experimentalDecorators ` | TypeScriptExperimentalDecorators | boolean
40
41
` --forceConsistentCasingInFileNames ` | TypeScriptForceConsistentCasingInFileNames | boolean
@@ -87,6 +88,7 @@ Compiler Option | MSBuild Property Name
87
88
` --strict ` | TypeScriptStrict | boolean
88
89
` --strictFunctionTypes ` | TypeScriptStrictFunctionTypes | boolean
89
90
` --strictNullChecks ` | TypeScriptStrictNullChecks | boolean
91
+ ` --strictPropertyInitialization ` | TypeScriptStrictPropertyInitialization | boolean
90
92
` --stripInternal ` | TypeScriptStripInternal | boolean
91
93
` --suppressExcessPropertyErrors ` | TypeScriptSuppressExcessPropertyErrors | boolean
92
94
` --suppressImplicitAnyIndexErrors ` | TypeScriptSuppressImplicitAnyIndexErrors | boolean
You can’t perform that action at this time.
0 commit comments