公告板
版本库
filestore
活动
搜索
登录
陈少雄
/
ChatGPT_h5
ChatGPT的h5页面项目
概况
操作记录
提交次数
目录
文档
派生
对比
查看
|
历史
|
提交
|
提交对比
初始化
long
2023-03-03
36e1de8d3982c0defbd08e6ff52fb4b9597323b4
[~chenshaoxiong/ChatGPT_h5.git]
/
jsconfig.json
提交
|
用户
|
age
36e1de
1
{
L
2
"compilerOptions": {
3
"baseUrl": "./",
4
"paths": {
5
"@/*": ["src/*"]
6
}
7
},
8
"exclude": ["node_modules", "dist"]
9
}