Skip to content

Commit

Permalink
docs: remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Jul 23, 2024
1 parent fdc393c commit a95d0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ You can verify whether ESM support is enabled by checking the configuration for
"source": "src",
"output": "lib",
"targets": [
["commonjs", { "esm" : true }],
["module", { "esm" : true }],
["commonjs", { "esm": true }],
["module", { "esm": true }],
"typescript",
]
}
Expand Down

0 comments on commit a95d0de

Please sign in to comment.