You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ;-)
The text was updated successfully, but these errors were encountered:
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: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 ;-)The text was updated successfully, but these errors were encountered: