Changes to the Build Actions in the property grid are not recognized in the typescript editor. Try to go back and forth with Content and TypeScriptCompile.
To repro:
- add a dts file (eg. Azure.d.ts) to the project.
- type
```import azure = require('azure');```
- When the Build Action is set to TypeScriptCompile, you shouldn't see the red squiggles.
- Switch the Build Action to Content, you should see red squiggles.
- Toggle the two values, with the bug, you don't see the differences between the two. You either get the red squiggles for both, or get no squiggles for neither.
To repro:
- add a dts file (eg. Azure.d.ts) to the project.
- type
```import azure = require('azure');```
- When the Build Action is set to TypeScriptCompile, you shouldn't see the red squiggles.
- Switch the Build Action to Content, you should see red squiggles.
- Toggle the two values, with the bug, you don't see the differences between the two. You either get the red squiggles for both, or get no squiggles for neither.