3 Star 12 Fork 44

北京凯特伟业科技有限公司 / jecloud-pc-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jsconfig.json 409 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@micro/*":["service/micro/*"],
"@admin/*":["service/admin/*"],
"@common/*":["service/common/*"]
},
"target": "ES6",
"module": "commonjs",
"jsx": "preserve",
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*","service/**/*","build/**/*"],
"exclude": ["node_modules"]
}
JavaScript
1
https://gitee.com/ketr/jecloud-pc-admin.git
git@gitee.com:ketr/jecloud-pc-admin.git
ketr
jecloud-pc-admin
jecloud-pc-admin
master

搜索帮助