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

#15 added basic tsconfig extends support #16

Open bennoinbeta opened 11 months ago

bennoinbeta commented 11 months ago

see #15

Note: Sry for the wrong formatting.. maybe add normal eslint & prettier config with .prettierrc and .eslintrc :)

simonhaenisch commented 11 months ago

There's a normal prettier config in the package.json which is officially supported by Prettier 🤓 (first option in the list here)

I don't think I added linting to this project 😅

bennoinbeta commented 11 months ago

There's a normal prettier config in the package.json which is officially supported by Prettier 🤓 (first option in the list here)

I don't think I added linting to this project 😅

thanks for pointing that out.. did totally miss that 😅 prettier is good enough, just forgot that it can be configured in package.json :)

mdorda commented 6 months ago

Any progress with merging? Still an issue :-/