Answered by:
vs2015 website dont have typescript files

Question
-
User-1312778766 posted
visual studio 2015 community
on project solution - i have used a typeScript - no prob.
but there is no option to add a new typescript file on website solution.
thanks
Wednesday, August 26, 2015 5:59 PM
Answers
-
User2024324573 posted
There is a workaround here: http://stackoverflow.com/questions/12867390/using-typescript-in-an-existing-visual-studio-web-site-project for Visual Studio 2013.
Trying to work out for VS 2015.
Thanks,
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, August 27, 2015 3:14 AM -
User-166373564 posted
Hi,
In Visual Studio 2015, follow these steps: new ->web site - asp.net web form site, I can't add TypeScript file to this web form site in VS 2015.
You can try workaround mentioned above.
With regards,
Angie
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, August 27, 2015 3:58 AM
All replies
-
User2024324573 posted
Please right click your web project and set the TypeScript properties as below:
and try to create new typescript file as below:
Hope this will help.
Wednesday, August 26, 2015 9:13 PM -
User-1312778766 posted
thank you for replying:
as i manshen it at the start: it a website solution - not a project solution..
so if you go to file add new >> website - (with web forms) || project
and see a different property page - with no option for .ts
Thursday, August 27, 2015 2:35 AM -
User2024324573 posted
There is a workaround here: http://stackoverflow.com/questions/12867390/using-typescript-in-an-existing-visual-studio-web-site-project for Visual Studio 2013.
Trying to work out for VS 2015.
Thanks,
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, August 27, 2015 3:14 AM -
User-166373564 posted
Hi,
In Visual Studio 2015, follow these steps: new ->web site - asp.net web form site, I can't add TypeScript file to this web form site in VS 2015.
You can try workaround mentioned above.
With regards,
Angie
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, August 27, 2015 3:58 AM -
User-1312778766 posted
tanks i study that link above...
Thursday, August 27, 2015 12:58 PM