//@filename: file.tsx //@jsx: react declare module JSX { interface Element { } interface IntrinsicElements { [s: string]: any; } } declare var React: any; <>>; // no whitespace < > >; // lots of whitespace < /*starting wrap*/ > /*ending wrap*/>; // comments in the tags <>hi>; // text inside <>hi