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