VS2015 does not have TypeScript template and it is not supporting typescript

前端 未结 3 1484
灰色年华
灰色年华 2021-01-25 11:38

I am working on Visual Studio 2015 professional. I have installed TypeScript using npm. TypeScript 2.0.3 installed. Then i tried to add a TypeScript file using Right Click on a

3条回答
  •  旧巷少年郎
    2021-01-25 12:37

    Try to install TypeScript for Visual Studio 2015 plugin if not already installed.

    If that doesn't help, there's a thread on the msdn forums that instruct to reinstall the templates with devenv.exe /InstallVSTemplates command.

    Hopefully this helps.

提交回复
热议问题