//@filename: file.tsx //@jsx: react declare module JSX { interface Element { } interface IntrinsicElements { [s: string]: any; } } declare var React: any; <>hi // Error <>eof // Error