I'm using VS 2013 Community Edition Update 4 with Web Essentials, and when I add a new typescript file and save it, the .js file is generated.
But then when I try to add it to the index VS doesn't sense the .js to autocomplete the href attribut in the <script> tag.
If I add it by hand it works, the app works, the .js was generated but it doesn't seem to be part of the project, but it's a bit annoying to me.
Does anyone have a solution or something I'm missing ?
