Skip to content

Commit

Permalink
perf: add pro-componets path (#8881)
Browse files Browse the repository at this point in the history
  • Loading branch information
cycleccc authored Nov 26, 2024
1 parent b3f1574 commit 43ceba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/form/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"paths": {
"@ant-design/pro-field": ["../../packages/field/src/index.tsx"],
"@ant-design/pro-provider": ["../../packages/provider/src/index.tsx"],
"@ant-design/pro-utils": ["../../packages/utils/src/index.tsx"]
"@ant-design/pro-utils": ["../../packages/utils/src/index.tsx"],
"@ant-design/pro-components": ["../../packages/components/src/index.tsx"]
}
},
"include": ["./src"]
Expand Down

0 comments on commit 43ceba3

Please sign in to comment.