We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c725a commit c4ba327Copy full SHA for c4ba327
README.md
@@ -192,6 +192,12 @@ Use the `@no-transform-path` tag to explicitly disable transformation for a sing
192
import "normally-transformed"; // This will remain 'normally-transformed', even though it has a different value in paths config
193
```
194
195
+## Version Compatibility
196
+
197
+| `typescript-transform-paths` | TypeScript | NodeJS |
198
+| ---------------------------- | --------------------- | ------ |
199
+| ^3.5.2 | >=3.6.5, >=4.x, >=5.x | >=18 |
200
201
## Project Guidelines for Contributors
202
203
- Package Manager: `yarn` (`yarn install`)
0 commit comments