simonhaenisch / rollup-plugin-typescript-paths

Rollup Plugin to automatically resolve path aliases set in the compilerOptions section of tsconfig.json.
https://npmjs.com/rollup-plugin-typescript-paths
MIT License
43 stars 12 forks source link

feat: escape $ and ^ characters from path #17

Closed esdrasbrz closed 6 months ago

esdrasbrz commented 6 months ago

I have a use-case where we specify the $/* path in the tsconfig, but it didn't work with this plugin because the $ character wasn't escaped.

simonhaenisch commented 6 months ago

Published as 1.5.0 🚀