i just install VS2017 community edition but could not found typescript file to add to project.
anyone suggest how to work with typescript with VS2017 community edition.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeesh MenothPosted Apr 5, 2017, 12:22 AM
John KocerPosted Dec 7, 2017, 7:02 AM
TypeScript can be add to any ASP.NET Core Web Projects. And VS automatically compiles and transfers to js file.
Let say you have myIndex.ts file the compiler will generate for you myIndex.js (myIndex.ts content converted into JavaScript content).
You can include myIndex.js (JavaScript) file and use as javascript file.
I am not sure if you need a template, because TypeScript functionality is in the web projects.
Hello
Posted Apr 6, 2017, 4:28 AM