Skip to content

Commit

Permalink
chore: fix gi-common-components ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
mutu committed Aug 5, 2024
1 parent 82ddc4d commit dab6fb1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import { ReloadOutlined } from '@ant-design/icons';
import { nodesCosineSimilarity } from '@antv/algorithm';
import { NodeSelectionWrap } from '@antv/gi-common-components';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
1 change: 1 addition & 0 deletions packages/gi-common-components/src/SchemaField/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import {
ArrayCollapse,
ArrayItems,
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-common-components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"declaration": true,
"target": "es2015",
"moduleResolution": "node",
"jsx": "react",
"jsx": "react-jsx",
"resolveJsonModule": true,
"strict": true,
"noImplicitAny": false,
Expand Down

0 comments on commit dab6fb1

Please sign in to comment.