to get JSX symbol-based highlighting, assuming your source code directory is /src/, create the file /src/jsx.d.ts, then fill it with the following:
/src/
/src/jsx.d.ts
// path: `/src/jsx.d.ts`export { SymbolIntrinsicElements as IntrinsicElements } from "./path/to/hzone/tsignal/jsx.ts"export as namespace JSX Copy
// path: `/src/jsx.d.ts`export { SymbolIntrinsicElements as IntrinsicElements } from "./path/to/hzone/tsignal/jsx.ts"export as namespace JSX
Generated using TypeDoc
to get JSX symbol-based highlighting, assuming your source code directory is
/src/, create the file/src/jsx.d.ts, then fill it with the following: