@tsmodule/tsmodule 27.0.0 → 27.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
---
|
7
7
|
|
8
|
-
|
8
|
+
#### Quickly create TypeScript projects with **`tsmodule create`**
|
9
9
|
|
10
10
|
Supports React via TSX/JSX. Ready with zero config:
|
11
11
|
|
@@ -13,12 +13,12 @@ Supports React via TSX/JSX. Ready with zero config:
|
|
13
13
|
- ESLint + TypeScript configs
|
14
14
|
- CI/CD with GitHub Actions
|
15
15
|
|
16
|
-
|
16
|
+
#### Build TypeScript to pure ESM with **`tsmodule build`**
|
17
17
|
|
18
18
|
- No more polyfilling to CJS or older featuresets
|
19
19
|
- Use latest syntax in source, leave backporting to downstream consumers
|
20
20
|
|
21
|
-
|
21
|
+
#### Dev mode with **`tsmodule dev`**
|
22
22
|
|
23
23
|
- Build and watch for changes
|
24
24
|
|