How would I use TypeScript in a Windows 8 Store app that’s JavaScript-based?
I don’t see any obvious way of doing this.
How would I use TypeScript in a Windows 8 Store app that’s JavaScript-based? I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Many of your questions are answered by the Encyclopedia example on the typescript site.
Since TypeScript produces JavaScript Windows 8 and the Windows Store see them as a normal JavaScript based Windows Store application. The referenced example contains the modifications to the project file to build the
.tsinto.jsautomatically.