I've been using typescript for Pulumi for a while ...
# typescript
f
I've been using typescript for Pulumi for a while now. I've never had an explicit dependency on typescript in my
package.json
. I just noticed that some of the pulumi sample templates do have an explicit dependency on typescript ^4.0.0. It looks like my existing projects have an implicit dependency, via
@pulumi/pulumi
, on typescript 3.8.3. Should I add an explicit typescript dependency? Would that let me use newer language features?
l
@fresh-spring-82225 we still have some work to do before you can select the Typescript version yourself. https://github.com/pulumi/pulumi/issues/12687