1 Star 1 Fork 0

singcl / vue-color-avatar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 502 Bytes
一键复制 编辑 原始数据 按行查看 历史
令狐少侠 提交于 2021-10-16 18:29 . first commit
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"useDefineForClassFields": true,
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"noImplicitAny": false,
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["esnext", "dom"],
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
}
1
https://gitee.com/singcl/vue-color-avatar.git
git@gitee.com:singcl/vue-color-avatar.git
singcl
vue-color-avatar
vue-color-avatar
main

搜索帮助