19 Star 0 Fork 0

九千七 / vue3_ts_framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 526 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dou ZhiYuan 提交于 2022-10-25 10:12 . fix:定义侧边栏及布局
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"types": ["element-plus/global"],
"baseUrl": "./",
"paths": {
"@/*": ["src/*"],
"components": ["src/components/*"],
"_pinia/*": ["src/pinia/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
}
1
https://gitee.com/dzy_gitee/vue3_ts_framework.git
git@gitee.com:dzy_gitee/vue3_ts_framework.git
dzy_gitee
vue3_ts_framework
vue3_ts_framework
master

搜索帮助