@ttsc/paths 0.8.0 → 0.8.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -67,3 +67,7 @@ No separate plugin options are required. `@ttsc/paths` reads the same `compilerO
67
67
  },
68
68
  }
69
69
  ```
70
+
71
+ ## References
72
+
73
+ 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.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "First-party ttsc plugin that rewrites emitted module specifiers from tsconfig paths.",
5
5
  "main": "src/index.cjs",
6
6
  "exports": {