In Visual Studio 2015:
- I can change a file extension to .jsx and start writing JSX code inside.
- I can change a file extension to .ts and start writing Typescript code inside.
But how can I get JSX and Typescript in Visual Studio 2015 inside one single file?
Something like .jsx.ts? I would like to get intellisense working with both at the same time...
I found this which works with Atom IDE. http://blog.mgechev.com/2015/07/05/using-jsx-react-with-typescript/
As far as I understand I need to have Typescript 1.6 support. If Visual Studio 2015 doesn't come with Typescript 1.6 support, is there any way to use nightly builds which already have this implementation ?