1 Star 0 Fork 151

danchex/Discuz-FE

forked from Discuz/Discuz-FE 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jsconfig.json 513 Bytes
一键复制 编辑 原始数据 按行查看 历史
崔晋瑜 提交于 2021-07-12 10:10 . feat: jsconfig
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@common/*": ["./common/*"],
"@server/*": ["./common/server/*"],
"@utils/*": ["./common/utils/*"],
"@store/*": ["./common/store/*"],
"@config/*": ["./common/config/*"],
}
},
"include": ["./**/*"],
"exclude": ["./node_modules/**", "./web/node_modules/**", "./web/dzq-default-web/**", "./web/dzq-default-web-static/**", "./mini/node_modules/**", "./mini/dist/**"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/danchex/discuz-fe.git
git@gitee.com:danchex/discuz-fe.git
danchex
discuz-fe
Discuz-FE
master

搜索帮助