0.2.1 • Published 2 years ago

ts-esmbuilder v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ts-esmbuilder

A TypeScript project build script that makes output to be ESM friendly.

Features

  • Emit JavaScript output with explicit .js as it's friendly to ECMAScript Module (known as esm).
  • Add /* @__PURE__ */ comment for transformed JSX elements when tsconfig.compilerOptions.jsx === 'react'

Just for personal usage. It's an opinionated TypeScript project tool.

License

 __________________
< The MIT license! >
 ------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
0.2.1

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago