公告板
版本库
filestore
活动
搜索
登录
陈少雄
/
sms_center_backstage
短信中心
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
富文本添加过滤机制,过滤word文档复制多余的垃圾文本
children117cl
2021-06-11
b58e8ab1807d80736c8da68b0070e7c8143c3b9b
[~chenshaoxiong/sms_center_backstage.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
9
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}