interface TypeScriptPluginOptions {
    disallowAmbiguousJSXLike?: boolean;
    dts?: boolean;
}

Properties

disallowAmbiguousJSXLike?: boolean
dts?: boolean