@tsmodule/tsmodule 27.0.2 → 27.0.3
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -133,6 +133,11 @@ And conditional exports in package.json will be configured like so, such that
|
|
133
133
|
This has no restriction on internal imports between files, only the default
|
134
134
|
configuration for how downstream consumers can import from module subpaths.
|
135
135
|
|
136
|
+
#### Package.json export
|
137
|
+
|
138
|
+
For information on why the `"./package.json": "./package.json"` export is
|
139
|
+
specified, see [#1](https://github.com/tsmodule/tsmodule/issues/1#issuecomment-1065500448).
|
140
|
+
|
136
141
|
## License
|
137
142
|
|
138
143
|
MIT © [C. Lewis](https://ctjlewis.com)
|