You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importreactfrom'react'// Output path will be the url above
141
+
```
142
+
143
+
### @no-transform-path
144
+
145
+
Use the `@no-transform-path` tag to explicitly disable transformation for a single statement.
146
+
147
+
```ts
148
+
// @no-transform-path
149
+
import'normally-transformed'// This will remain 'normally-transformed', even though it has a different value in paths config
150
+
```
151
+
101
152
## Articles
102
153
103
154
- [Node Consumable Modules With Typescript Paths](https://medium.com/@ole.ersoy/node-consumable-modules-with-typescript-paths-ed88a5f332fa?postPublishedType=initial) by [oleersoy](https://github.com/oleersoy")
0 commit comments