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
is this issue currently blocking your project? (no):
is this issue affecting a production system? (no):
Context
node version: 16.13.2
module version: 24.5.1
environment (e.g. node, browser, native): node
used with (e.g. hapi application, another framework, standalone, ...): hapi application
any other relevant information: used in typescript project
How can we help?
Hi, I am currently using tsconfig paths alias like this
"paths": {
"~/*": [
"./*"
]
},
but it looks the built in typescript transformer doesn't support tsconfig paths alias yet, Is there any way to integrate the transformer it with tsconfig-paths or tsc-alias?
thank you in advance
The text was updated successfully, but these errors were encountered:
Support plan
Context
How can we help?
Hi, I am currently using tsconfig paths alias like this
but it looks the built in typescript transformer doesn't support tsconfig paths alias yet, Is there any way to integrate the transformer it with tsconfig-paths or tsc-alias?
thank you in advance
The text was updated successfully, but these errors were encountered: