Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Use latest typescript compiler version #12

@claudio-silva

Description

@claudio-silva

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions