0 Star 0 Fork 43

foresightyj / ant-design

forked from ant-design / ant-design 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"antd": ["components/index.tsx"],
"antd/es/*": ["components/*"]
},
"strictNullChecks": true,
"moduleResolution": "node",
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "preserve",
"noUnusedParameters": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"target": "es6",
"lib": ["dom", "es2017"],
"skipLibCheck": true
},
"exclude": ["node_modules", "lib", "es"]
}
JavaScript
1
https://gitee.com/fht_foresightyj/ant-design.git
git@gitee.com:fht_foresightyj/ant-design.git
fht_foresightyj
ant-design
ant-design
master

搜索帮助