News

In TypeScript 2.1 and earlier, the --jsx flag could take on two values: preserve which leaves JSX syntax alone and generates .jsx files. react which transforms JSX into calls to React.createElement ...