//@filename: file.tsx //@jsx: preserve declare module JSX { interface Element { } interface IntrinsicElements { test1: { "data-foo"?: string }; } } // Error ; // OK ; ; ;