1 2 3 4 5 6 7
// Work around https://github.com/evanw/esbuild/issues/2460 { "extends": "../../tsconfig.json", "compilerOptions": { "jsx": "react" } }