We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 210ab32 + d69d010 commit 3f9c2d4Copy full SHA for 3f9c2d4
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