Open
Description
It took me quite a while now to figure out you use a bundled tsc by default (with version still at 1.6).
After some searching I found a very easy flag to use an external (more recent) tsc, using the following line in a typescript.rb
initializes:
TypeScript::Src.use_external_tsc = true
Maybe it would help others to add this option to the readme as it allows for so many up-to-date features? Especially, @types
installed via yarn just work then ;-)
Metadata
Metadata
Assignees
Labels
No labels