@tsmodule/tsmodule 41.41.0 → 42.1.1

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -3,8 +3,9 @@
3
3
  <h1>TypeScript Module Toolkit</h1>
4
4
  </div>
5
5
 
6
- tsmodule is a toolkit for developing **standardized, pure ESM TypeScript
7
- modules** that target any platform.
6
+ Create standardized TypeScript ESM packages for Node or browser. Includes
7
+ `--bundle` and `--binary` build options, powered by
8
+ [**esbuild**](https://github.com/evanw/esbuild).
8
9
 
9
10
  **Table of contents**
10
11