Skip to content

Commit c7fc1df

Browse files
committed
update readme
1 parent 0ff384b commit c7fc1df

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

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

@@ -25,6 +25,12 @@ import { something } from '@utils';
2525

2626
Then 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
```

0 commit comments

Comments
 (0)