1 Star 0 Fork 1

小白兔吃咸菜/pro-components

forked from Hive/pro-components 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
kingcwt 提交于 2023-07-12 13:03 . chore: 去除重复引入 (#7354)
{
"compilerOptions": {
"baseUrl": "./",
"target": "esnext",
"moduleResolution": "node",
"jsx": "react-jsx",
"esModuleInterop": true,
"experimentalDecorators": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"suppressImplicitAnyIndexErrors": true,
"declaration": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"paths": {
"@@/*": [".dumi/tmp/*"],
"@ant-design/pro-layout": ["./packages/layout/src/index.tsx"],
"@ant-design/pro-form": ["./packages/form/src/index.tsx"],
"@ant-design/pro-table": ["./packages/table/src/index.tsx"],
"@ant-design/pro-field": ["./packages/field/src/index.tsx"],
"@ant-design/pro-skeleton": ["./packages/skeleton/src/index.tsx"],
"@ant-design/pro-list": ["./packages/list/src/index.tsx"],
"@ant-design/pro-provider": ["./packages/provider/src/index.tsx"],
"@ant-design/pro-descriptions": ["./packages/descriptions/src/index.tsx"],
"@ant-design/pro-utils": ["./packages/utils/src/index.tsx"],
"@ant-design/pro-card": ["./packages/card/src/index.tsx"],
"@ant-design/pro-components": ["./packages/components/src/index.tsx"]
}
},
"include": [
"./tests/setupTests.ts",
".dumi/**/*",
"jest.config.ts",
".dumirc.ts",
"typings.d.ts",
"**/src/**/*",
"**/docs/**/*",
"scripts/**/*",
"**/demos",
".eslintrc.js",
"tests",
"**/fixtures",
"./tests/no-duplicated.ts",
"packages/descriptions/src/demos/.tsx"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/fromion/pro-components.git
git@gitee.com:fromion/pro-components.git
fromion
pro-components
pro-components
master

搜索帮助