Compiled JavaScript Files Not Appearing In Visual Studio Project

Viewed 2150

I'm using TypeScript 0.9.5 and when I add a TypeScript file, I no longer see the compiled JavaScript file or the generated source maps in Visual Studio solution explorer.

Where have my JavaScript files gone?

2 Answers
Related