In VS Code, how to use the Typescript 1.5 alpha compiler

前端 未结 3 920
时光取名叫无心
时光取名叫无心 2021-01-02 20:33

Looking through the VS Code settings, there doesn\'t seem to be an option, on a per project basis, to set the Typescript compiler. Can I set VS Code to use the 1.5 alpha co

3条回答
  •  不知归路
    2021-01-02 20:51

    an I set VS Code to use the 1.5 alpha compiler I've installed via NPM

    You can use it to build but you can't use that as the language service.

    Note: VS Code ships with TypeScript 1.5 beta which is newer than 1.5 alpha so you probably don't want it to use alpha anyways :)

提交回复
热议问题