6 Star 57 Fork 52

lipengzhou / shop-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 483 Bytes
一键复制 编辑 原始数据 按行查看 历史
lipengzhou 提交于 2021-08-16 15:19 . init
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"types": ["vite/client"],
"paths": {
"@/*": [
"src/*"
]
},
"baseUrl": "./",
"skipLibCheck": true
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
}
1
https://gitee.com/lipengzhou/shop-admin.git
git@gitee.com:lipengzhou/shop-admin.git
lipengzhou
shop-admin
shop-admin
master

搜索帮助