Has anyone used the `baseUrl` option with Pulumi i...
# general
m
Has anyone used the
baseUrl
option with Pulumi in typescript? https://www.typescriptlang.org/docs/handbook/module-resolution.html I am finding that I can compile manually with
tsc
fine, but when running the
pulumi
CLI, modules depending on resolution from
baseUrl
cause errors.