andreypopp / typescript-loader

[DEPRECATED] TypeScript Webpack Plugin
https://github.com/andreypopp/typescript-loader
MIT License
81 stars 10 forks source link

TSX support with TypeScript 1.6 #22

Open mnpenner opened 9 years ago

mnpenner commented 9 years ago

TypeScript now officially supports JSX syntax.

Can you add some options to the loader to set the appropriate flags to make this work with webpack too?

mhegazy commented 9 years ago

Just a correction, this is not going to be part of TypeScript 1.5.3, but rather TypeScript 1.6. See the typescript roadmap for more details.