I often see errors like when running Pulumi with t...
# general
r
I often see errors like when running Pulumi with typecsript like in the following picture, where it says "Unable to require
.d.ts
file": These errors go away when I run
tsc --build
, but I'm wondering if there's a way to use
--transpile-only
somehow where I would not need to build with
tsc
first