1 Star 0 Fork 7

control/mes_bms

forked from anglog/mes_bms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
李腾 提交于 2021-01-23 14:43 . 1 导出维修数据
// tsconfig.json
{
"compilerOptions": {
// Vue 的浏览器支持保持一致
"target": "es5",
// 这可以对 `this` 上的数据 property 进行更严格的推断
"strict": true,
// 如果使用 webpack 2+ rollup,可以利用 tree-shake:
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"jsx": "react",
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
},
"noImplicitAny": false
// "allowJs": true
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xys1989/mes_bms.git
git@gitee.com:xys1989/mes_bms.git
xys1989
mes_bms
mes_bms
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385