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
{{ message }}
This repository was archived by the owner on Mar 28, 2019. It is now read-only.
Hi,
I tried to edit a project I wrote in typescript that makes use of the latest (version 1.4.1) language features (like template strings, union types, etc).
I get error warnings from the editor, and wrong type signatures on the tooltips, so I assume this package is using an older typescript compiler/language service.
Could you either:
update it to the latest typescript version, or
better yet, make the package make use of the compiler already installed on the user's computer? That way your package would always be up to date concerning typescript feature support. (There could be also a configurable setting that allowed the user to choose between the bundled and the external compiler).
Hi,
I tried to edit a project I wrote in typescript that makes use of the latest (version 1.4.1) language features (like template strings, union types, etc).
I get error warnings from the editor, and wrong type signatures on the tooltips, so I assume this package is using an older typescript compiler/language service.
Could you either: