This message was deleted.
# typescript
s
This message was deleted.
c
You’ll need to “build” your awsomeness using
tsc
first. Then use the build path, usually
bin
or
dist
to reference the js file.
👍 1
s
Is there not a way that pulumi can do it using the built in typescript support?
c
No,
Pulumi
is a runtime, not a compiler, afaik.