Browse Source

chore: use react-jsx build

close https://github.com/ant-design/ant-design-pro/issues/7698
pull/8134/head
chenshuai2144 5 years ago
parent
commit
a91f4681da
  1. 2
      tsconfig.json

2
tsconfig.json

@ -6,7 +6,7 @@
"lib": ["esnext", "dom"],
"sourceMap": true,
"baseUrl": ".",
"jsx": "preserve",
"jsx": "react-jsx",
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,

Loading…
Cancel
Save