Type alias InlineIntrinsicElements

InlineIntrinsicElements: InlineIntrinsicHTMLElements & InlineIntrinsicSVGElements

to get inline-based JSX highlighting, assuming your source code directory is /src/, create the file /src/jsx.d.ts, then fill it with the following:

// path: `/src/jsx.d.ts`
export { InlineIntrinsicElements as IntrinsicElements } from "./path/to/hzone/vanilla/jsx.ts"
export as namespace JSX

Generated using TypeDoc