@tsmodule/tsmodule 40.0.6 → 40.0.7
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
@@ -11,14 +11,14 @@ modules** that target any platform.
|
|
11
11
|
<!-- toc -->
|
12
12
|
|
13
13
|
- [Installation](#installation)
|
14
|
-
|
15
|
-
|
16
|
-
|
14
|
+
* [Requirements (global)](#requirements-global)
|
15
|
+
* [Existing projects](#existing-projects)
|
16
|
+
* [New projects](#new-projects)
|
17
17
|
- [Purpose](#purpose)
|
18
18
|
* [Create ESM packages using TypeScript](#create-esm-packages-using-typescript)
|
19
19
|
* [Develop projects in real-time](#develop-projects-in-real-time)
|
20
20
|
* [Build to optimized ES modules](#build-to-optimized-es-modules)
|
21
|
-
|
21
|
+
* [Optimize NPM dependencies with `-b, --bundle`](#optimize-npm-dependencies-with--b---bundle)
|
22
22
|
* [Run TypeScript directly](#run-typescript-directly)
|
23
23
|
- [Use Cases](#use-cases)
|
24
24
|
* [Generic TypeScript library](#generic-typescript-library)
|