1 Star 1 Fork 2

李超燃/TEST-VUE-ADMIN-ARCO

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 395 Bytes
一键复制 编辑 原始数据 按行查看 历史
good_luck 提交于 2022-03-05 00:30 . 🐛 fix: mock
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"allowJs": true,
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"lib": ["es2020", "dom"]
},
"include": ["src/**/*", "src/**/*.vue"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bill666/test-vue-admin-arco.git
git@gitee.com:bill666/test-vue-admin-arco.git
bill666
test-vue-admin-arco
TEST-VUE-ADMIN-ARCO
main

搜索帮助