Support development compiles for React 17's jsx and jsxs factory functions. See PR1.
// ./src/tsconfig.dev.json { "extends": "./tsconfig.json", "compilerOptions": { "jsx": "react-jsxdev" } }
https://github.com/microsoft/TypeScript/pull/39199 ↩︎