2 Star 107 Fork 13

ChenSC/django-vue3

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 259 Bytes
一键复制 编辑 原始数据 按行查看 历史
ChenSC 提交于 2023-09-20 14:41 +08:00 . Add frontend code
{
"compilerOptions": {
"esModuleInterop": true,
"outDir": "./dist",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"exclude": ["node_modules"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Chen_SC/django-vue3.git
git@gitee.com:Chen_SC/django-vue3.git
Chen_SC
django-vue3
django-vue3
frontend

搜索帮助