File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# rollup-plugin-typescript-paths
22
3- [ ![ Actions Status] ( https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/badge/simonhaenisch/rollup -plugin-typescript-paths )] ( https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/results/ simonhaenisch/rollup-plugin-typescript-paths )
3+ [ ![ Build Status] ( https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fsimonhaenisch%2Frollup -plugin-typescript-paths%2Fbadge&style=flat )] ( https://actions-badge.atrox.dev/ simonhaenisch/rollup-plugin-typescript-paths/goto )
44
55Rollup Plugin to automatically resolve path aliases set in the ` compilerOptions ` section of ` tsconfig.json ` .
66
@@ -25,6 +25,12 @@ import { something } from '@utils';
2525
2626Then this plugin will make sure that rollup knows how to resolve ` @utils ` .
2727
28+ ## Features
29+
30+ - No config required. 😎
31+ - Wildcards are supported. 💪
32+ - Uses ` nodeModuleNameResolver ` from the Typescript API. 🤓
33+
2834## Installation
2935
3036```
You can’t perform that action at this time.
0 commit comments