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"], "lib": ["esnext", "dom"],
"sourceMap": true, "sourceMap": true,
"baseUrl": ".", "baseUrl": ".",
"jsx": "preserve", "jsx": "react-jsx",
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"moduleResolution": "node", "moduleResolution": "node",
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,

Loading…
Cancel
Save