I've set `"paths": {}` and `baseUrl` in my tsconfi...
# typescript
g
I've set
"paths": {}
and
baseUrl
in my tsconfig.json Webstorm and VS both see and understand my custom paths just fine. However
pulumi up
says it can't find the modules, any hoops i gotta jump through to get pulumi to understand the pathing?
ah, i see the issue of people using paths for any imports instead of types etc. etc. solved with module-alias, not ideal but works well enough