Closed
Description
To reduce chances of unrelated breaking changes in TypeScript, I suggest that ts-node has a more restrictive peer-dependency constraint on TypeScript.
Currently, it is just >= 2.7
:
Line 150 in f5b6e2d
However, I think it is better to explicitly list all major versions:
"typescript": "^2.7 || ^3.0 || ^4.0"
Again, thanks for creating & maintaining this tool! It allowed us to migrate some ugly untyped JS build scripts to nicely typed TypeScript build scripts :)
Metadata
Metadata
Assignees
Labels
No labels