LeDDGroup / typescript-transform-paths

Transforms module resolution paths using TypeScript path mapping and/or custom paths
MIT License
465 stars 22 forks source link

Any chance at making this work with Vue apps using vue-cli-plugin-typescript? #143

Closed franzcatch closed 2 years ago

nonara commented 2 years ago

Looks like it should work. You should be able to install ts-patch, patch typescript, and create a tsconfig.json file with the config added. Let me know if you have any problems!