Преглед изворни кода

chore: use react-jsx build

close https://github.com/ant-design/ant-design-pro/issues/7698
chenshuai2144 пре 4 година
родитељ
комит
a91f4681da
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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