Explorar el Código

chore: use react-jsx build

close https://github.com/ant-design/ant-design-pro/issues/7698
chenshuai2144 hace 4 años
padre
commit
a91f4681da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tsconfig.json

+ 1 - 1
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,