Skip to content

Commit

Permalink
docs: Mention CommonJS
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Oct 18, 2024
1 parent e4b8957 commit 25ccfaa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# ts2esm

You want to transform your project into an ECMAScript module (ESM)? Look no further! This tool (`ts2esm`) converts your TypeScript import and export declarations into ESM-compatible ones. 🪄

It also [works with JavaScript](https://github.com/bennycode/ts2esm/issues/20#issuecomment-1894702085) projects since TypeScript is a superset of JavaScript.
You want to transform your TypeScript project into an ECMAScript module (ESM)? Look no further! This tool (`ts2esm`) converts your import and export declarations into ESM-compatible ones. It's the ideal tool for converting a CommonJS project to ESM. It also [works with plain JavaScript](https://github.com/bennycode/ts2esm/issues/20#issuecomment-1894702085) projects! 🪄

## Installation

Expand Down

0 comments on commit 25ccfaa

Please sign in to comment.