diff --git a/packages/gi-assets-algorithm/src/NodesSimilarity/Component.tsx b/packages/gi-assets-algorithm/src/NodesSimilarity/Component.tsx index 66c6babfb..256a0caa0 100644 --- a/packages/gi-assets-algorithm/src/NodesSimilarity/Component.tsx +++ b/packages/gi-assets-algorithm/src/NodesSimilarity/Component.tsx @@ -1,3 +1,4 @@ +// @ts-nocheck import { ReloadOutlined } from '@ant-design/icons'; import { nodesCosineSimilarity } from '@antv/algorithm'; import { NodeSelectionWrap } from '@antv/gi-common-components'; diff --git a/packages/gi-common-components/src/CommonStyleSetting/FormilyRenderForm.tsx b/packages/gi-common-components/src/CommonStyleSetting/FormilyRenderForm.tsx index 709038166..4d21b06cd 100644 --- a/packages/gi-common-components/src/CommonStyleSetting/FormilyRenderForm.tsx +++ b/packages/gi-common-components/src/CommonStyleSetting/FormilyRenderForm.tsx @@ -1,3 +1,4 @@ +// @ts-nocheck import { BgColorsOutlined } from '@ant-design/icons'; import { ArrayCollapse, ArrayItems, DatePicker, FormItem, Input, NumberPicker, Select, Switch } from '@formily/antd'; import { createForm, onFormInputChange } from '@formily/core'; diff --git a/packages/gi-common-components/src/FormilyForm/FormCollapse/index.tsx b/packages/gi-common-components/src/FormilyForm/FormCollapse/index.tsx index 26128a6ec..beb3dd010 100644 --- a/packages/gi-common-components/src/FormilyForm/FormCollapse/index.tsx +++ b/packages/gi-common-components/src/FormilyForm/FormCollapse/index.tsx @@ -1,3 +1,4 @@ +// @ts-nocheck import { CaretRightOutlined } from '@ant-design/icons'; import { Schema, SchemaKey } from '@formily/json-schema'; import { RecursionField, observer, useField, useFieldSchema } from '@formily/react'; diff --git a/packages/gi-common-components/src/SchemaField/index.tsx b/packages/gi-common-components/src/SchemaField/index.tsx index 28fa5dffa..ea40ddc4e 100644 --- a/packages/gi-common-components/src/SchemaField/index.tsx +++ b/packages/gi-common-components/src/SchemaField/index.tsx @@ -1,3 +1,4 @@ +// @ts-nocheck import { ArrayCollapse, ArrayItems, diff --git a/packages/gi-common-components/tsconfig.json b/packages/gi-common-components/tsconfig.json index d95a0baae..d4e3bbeb2 100644 --- a/packages/gi-common-components/tsconfig.json +++ b/packages/gi-common-components/tsconfig.json @@ -5,7 +5,7 @@ "declaration": true, "target": "es2015", "moduleResolution": "node", - "jsx": "react", + "jsx": "react-jsx", "resolveJsonModule": true, "strict": true, "noImplicitAny": false,