1 Star 0 Fork 0

前端工程师 / ant-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
前端工程师 提交于 2017-05-31 18:23 . tsc ignore lib and es folders
{
"compilerOptions": {
"strictNullChecks": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"jsx": "preserve",
"noUnusedParameters": true,
"noUnusedLocals": true,
"target": "es6",
"lib": [
"dom",
"es7"
]
},
"exclude": [
"node_modules",
"lib",
"es"
]
}
TypeScript
1
https://gitee.com/afc163/ant-design.git
git@gitee.com:afc163/ant-design.git
afc163
ant-design
ant-design
master

搜索帮助