Skip to content

Commit

Permalink
docs: add version compatibility matrix in readme (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza authored Dec 22, 2024
1 parent d4c725a commit c4ba327
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ Use the `@no-transform-path` tag to explicitly disable transformation for a sing
import "normally-transformed"; // This will remain 'normally-transformed', even though it has a different value in paths config
```

## Version Compatibility

| `typescript-transform-paths` | TypeScript | NodeJS |
| ---------------------------- | --------------------- | ------ |
| ^3.5.2 | >=3.6.5, >=4.x, >=5.x | >=18 |

## Project Guidelines for Contributors

- Package Manager: `yarn` (`yarn install`)
Expand Down

0 comments on commit c4ba327

Please sign in to comment.