Hi, is there any risk to manually setting the type...
# typescript
b
Hi, is there any risk to manually setting the typescript version? It seems to work okay, just concerned about running into some problems down the line. e.g.
Copy code
"dependencies": {
    "@pulumi/pulumi": "^3.0.0",
    "typescript": "^3.8.0"
m
We consistently use the near latest typescript version without issue.
b
Thanks!