1 Star 0 Fork 119

chk0982/MallChatWeb

forked from Evan/MallChatWeb 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 426 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx","src/**/*.vue","components.d.ts","auto-imports.d.ts"],
"compilerOptions": {
"baseUrl": ".",
"paths": { "@/*": ["./src/*"] },
"isolatedModules": false,
"ignoreDeprecations": "5.0",
"verbatimModuleSyntax": true
},
"lib": ["WebWorker"],
"references": [{ "path": "./tsconfig.node.json" }]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chk0982/MallChatWeb.git
git@gitee.com:chk0982/MallChatWeb.git
chk0982
MallChatWeb
MallChatWeb
main

搜索帮助