1 Star 2 Fork 5

Choerodon/manager-service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
laincarl 提交于 2019-09-03 16:07 . [ADD]修改菜单统计页面
{
"compilerOptions": {
"module": "es6", // 使用 ES2015 模块
"target": "es6", // 编译成 ES2015 (Babel 将做剩下的事情)
"sourceMap": true, // 使 TypeScript 生成 sourcemaps
"jsx": "preserve", // 开启 JSX 模式, 但是 "preserve" 告诉 TypeScript 不要转换它(我们将使用 Babel)
"strict": true,
"allowSyntheticDefaultImports": true,
"strictNullChecks": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"allowJs": true
},
"exclude": [
"node_modules" // 这个目录下的代码不会被 typescript 处理
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/choerodon/manager-service.git
git@gitee.com:choerodon/manager-service.git
choerodon
manager-service
manager-service
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385