Typescript compile on save with Visual Studio 2013?

typescript, visual-studio-2013

Solution

This solved the problem for me:

- Go to Options under the Tools menu.

- Expand options for Text Editor

- Expand options for TypeScript

- Expand options for Project

- Check “Automatically compile TypeScript file which are not part of the project”

Problem

I can't get Compile-on-Save to work with VS2013. I installed VS2013, reinstalled TS 0.9.0.1, and under "Tools", "Options", Typescript/Project/General, I've checked both of the "Compile on save" options. But when I add a new TS file to my project, and then edit it and save it, the changes aren't reflected in the associated .js file. Am I doing something wrong? Is anybody else having this problem?

Original source