瀏覽代碼

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,