profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

react-jsx

Description

Support production compiles1 for React 17's jsx and jsxs factory functions.

Example

// ./src/tsconfig.json
{
  "compilerOptions": {
    "module": "esnext",
    "target": "es2015",
    "jsx": "react-jsx",
    "strict": true
  },
  "include": ["./**/*"]
}

Footnotes