1 Star 0 Fork 1.1K

青杉枼/vue-element-plus-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 964 Bytes
一键复制 编辑 原始数据 按行查看 历史
kailong321200875 提交于 2024-01-03 14:00 . chore: 更新依赖
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"jsxImportSource": "vue",
"lib": ["esnext", "dom"],
"baseUrl": "./",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"experimentalDecorators": true,
"noImplicitAny": false,
"skipLibCheck": true,
"paths": {
"@/*": ["src/*"]
},
"types": [
"@intlify/unplugin-vue-i18n/types",
"vite/client",
"element-plus/global",
"@types/qrcode",
"vite-plugin-svg-icons/client"
]
},
"include": ["src", "types/**/*.d.ts", "mock/**/*.ts"]
// "exclude": ["dist", "node_modules"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/evendy/vue-element-plus-admin.git
git@gitee.com:evendy/vue-element-plus-admin.git
evendy
vue-element-plus-admin
vue-element-plus-admin
master

搜索帮助