https://pulumi.com logo
r

rapid-raincoat-36492

10/08/2021, 4:16 PM
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