Skip to content

Commit c4ba327

Browse files
authored
docs: add version compatibility matrix in readme (#338)
1 parent d4c725a commit c4ba327

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@ Use the `@no-transform-path` tag to explicitly disable transformation for a sing
192192
import "normally-transformed"; // This will remain 'normally-transformed', even though it has a different value in paths config
193193
```
194194

195+
## Version Compatibility
196+
197+
| `typescript-transform-paths` | TypeScript | NodeJS |
198+
| ---------------------------- | --------------------- | ------ |
199+
| ^3.5.2 | >=3.6.5, >=4.x, >=5.x | >=18 |
200+
195201
## Project Guidelines for Contributors
196202

197203
- Package Manager: `yarn` (`yarn install`)

0 commit comments

Comments
 (0)