https://pulumi.com logo
g

gentle-monitor-55086

03/04/2021, 8:28 PM
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