@tsmodule/tsmodule 27.0.1 → 27.0.2
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Supports React via TSX/JSX. Ready with zero config:
|
|
|
22
22
|
|
|
23
23
|
- Build and watch for changes
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
#### Run TypeScript directly with **`tsmodule <file>`**
|
|
26
26
|
|
|
27
27
|
- Uses Node module loader to resolve TS at runtime
|
|
28
28
|
- Executable TypeScript files with `#!/usr/bin/env tsmodule`
|