rollup-plugin-typescript-paths icon indicating copy to clipboard operation
rollup-plugin-typescript-paths copied to clipboard

Rollup Plugin to automatically resolve path aliases set in the compilerOptions section of tsconfig.json.

Results 5 rollup-plugin-typescript-paths issues
Sort by recently updated
recently updated
newest added

[Minimal repo](https://github.com/unennhexium/rollup-typescript-paths-issue) to reproduce this issue ### Project Structure ``` / └── project ├── custom │ └── index.ts ├── main.ts ├── package.json // `rollup --config` as `build` script ├── tsconfig.json...

See [this](https://github.com/simonhaenisch/rollup-plugin-typescript-paths/issues/18) issue for details

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

Hello, I am currently using your library, `rollup-plugin-typescript-paths`, and it works great for my use case. However, I've run into an issue where I need to handle the `extends` property...

I use alias for assets, it doesn't work.