article

Working around "Cannot use JSX unless the '--jsx' flag is provided." using the TypeScript 1.6 beta

This post details how to work around the "Build: Cannot use JSX unless the '--jsx' flag is provided." error you may receive when using the new TypeScript 1.6 Beta with Visual Studio 2015 to generate ReactJS components.

avatar
Richard Moss