File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -184,15 +184,15 @@ Use the `@no-transform-path` tag to explicitly disable transformation for a sing
184184``` ts
185185// @no-transform-path
186186import " normally-transformed" ; // This will remain 'normally-transformed' even though
187- // it has a different value in paths config
187+ // it has a different value in paths config
188188```
189189
190190## Version Compatibility
191191
192- | typescript-transform-paths | TypeScript | Node.js |
193- | ------------------------------ | ----------------------- | --------- |
194- | ^4.0.0 | >=5.x | >=22 |
195- | ^3.5.2 | >=3.6.5, >=4.x, >=5.x | >=18 |
192+ | typescript-transform-paths | TypeScript | Node.js |
193+ | -------------------------- | --------------------- | ------- |
194+ | ^4.0.0 | >=5.x | >=22 |
195+ | ^3.5.2 | >=3.6.5, >=4.x, >=5.x | >=18 |
196196
197197## Project Guidelines for Contributors
198198
You can’t perform that action at this time.
0 commit comments