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: new `nonRelative` option for resolving non-relative paths #13

Closed simonhaenisch closed 1 year ago

simonhaenisch commented 1 year ago

If enabled, the plugin will resolve non-relative paths based on tsconfig's baseUrl, even if none of the paths are matched.

Closes #12.