justkey007 / tsc-alias

Replace alias paths with relative paths after typescript compilation
MIT License
876 stars 63 forks source link

Readme example has a bad blob pattern #188

Closed TroyMurphy closed 1 year ago

TroyMurphy commented 1 year ago

Current readme has "inputGlob": "js,jsx,mjs"

But the pattern will not be automatically wrapped in curly braces, so it will not actually update any of these extensions.

PR !186 created to fix this