1 Star 0 Fork 1

叶继增 / ant-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 613 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
二货机器人 提交于 2022-06-10 20:35 . chore: update ts config (#36000)
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"antd": ["components/index.tsx"],
"antd/es/*": ["components/*"]
},
"strictNullChecks": true,
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "react",
"jsxFactory": "React.createElement",
"jsxFragmentFactory": "React.Fragment",
"noUnusedParameters": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"target": "es6",
"lib": ["dom", "es2017"],
"skipLibCheck": true
},
"exclude": ["node_modules", "lib", "es"]
}
1
https://gitee.com/ye-jizeng/ant-design.git
git@gitee.com:ye-jizeng/ant-design.git
ye-jizeng
ant-design
ant-design
master

搜索帮助