@ttsc/paths 0.10.2 → 0.11.0-dev.20260517

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,6 +47,14 @@ Configure those fields under `compilerOptions`:
47
47
 
48
48
  An import such as `import { value } from "@lib/value"` becomes a relative JavaScript import such as `import { value } from "./modules/value.js"`. Declaration output follows the same source rewrite.
49
49
 
50
+ ## Sponsors
51
+
52
+ [![Sponsors](https://raw.githubusercontent.com/samchon/sponsor-images/refs/heads/master/public/circle.svg)](https://github.com/sponsors/samchon)
53
+
54
+ Thanks for your support.
55
+
56
+ Your [donation](https://github.com/sponsors/samchon) encourages `ttsc` development.
57
+
50
58
  ## References
51
59
 
52
60
  Inspired by [`typescript-transform-paths`](https://github.com/LeDDGroup/typescript-transform-paths).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttsc/paths",
3
- "version": "0.10.2",
3
+ "version": "0.11.0-dev.20260517",
4
4
  "description": "First-party ttsc plugin that rewrites emitted module specifiers from tsconfig paths.",
5
5
  "main": "src/index.cjs",
6
6
  "exports": {