Skip to content

Commit

Permalink
docs(readme): Added missing closing quote
Browse files Browse the repository at this point in the history
* :(docs): Update README.md  Fix missing closing quotation in plugins

* :(docs): Update README.md
  • Loading branch information
forinda authored Dec 5, 2023
1 parent 00b603b commit 5532419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ts-patch install
{ "transform": "transformer-module" },
{ "transform": "transformer2", "extraOption": 123 },
{ "transform": "trans-with-mapping", "resolvePathAliases": true },
{ "transform": "esm-transformer, "isEsm": true },
{ "transform": "esm-transformer", "isEsm": true },

// Program Transformer
{ "transform": "transformer-module5", "transformProgram": true }
Expand Down

0 comments on commit 5532419

Please sign in to comment.