13 Star 50 Fork 11

凹凸实验室 / Taro-UI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.build.json 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
Garfield550 提交于 2020-04-06 04:59 . chore: make taro-ui can build
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"jsx": "react",
"jsxFactory": "React.createElement",
"moduleResolution": "node",
"noImplicitAny": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"preserveConstEnums": true,
"skipLibCheck": true,
"sourceMap": true,
"strictNullChecks": true,
"resolveJsonModule": true
},
"compileOnSave": false,
"exclude": [
"node_modules/*",
"packages/dist/*"
]
}
1
https://gitee.com/o2team/Taro-UI.git
git@gitee.com:o2team/Taro-UI.git
o2team
Taro-UI
Taro-UI
next

搜索帮助