1 Star 0 Fork 0

轻云吻雪/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/*"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/light_clouds_kiss_snow/taro-ui.git
git@gitee.com:light_clouds_kiss_snow/taro-ui.git
light_clouds_kiss_snow
taro-ui
taro-ui
next

搜索帮助