We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ae2f6 commit c2028fcCopy full SHA for c2028fc
README.md
@@ -43,7 +43,7 @@ To learn how to use the original typescript compiler, please visit the following
43
| Option | Type | Default| Description |
44
|:----------------------- |:-------:|:------:| :------------------------------------------------- |
45
| emitReflection | boolean | false | Emit the reflection data of class . |
46
-| accessorOptimization | boolean | false | If an accessor contains only one call to another method, use that method as the accessor method directly.|
+| accessorOptimization | boolean | false | If an accessor contains only one call to another method, use that method to define the accessor directly.|
47
| defines | Object | | Replace the global variables with the constants defined in the "defines"" object. |
48
49
0 commit comments