1 Star 0 Fork 0

alpha2007/adnc-vue-elementplus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 817 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alpha Yu 提交于 2025-03-03 10:41 +08:00 . feat:init projects
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"lib": ["esnext", "dom"],
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
// 严格性和类型检查相关配置
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
// 模块和兼容性相关配置
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"resolveJsonModule": true,
// 调试和兼容性相关配置
"sourceMap": true,
"useDefineForClassFields": true,
"allowJs": true,
// 类型声明相关配置
"types": ["node", "vite/client", "element-plus/global"]
},
"include": ["mock/**/*.ts", "src/**/*.ts", "src/**/*.vue", "vite.config.ts"],
"exclude": ["node_modules", "dist"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/alpha2007/adnc-vue-elementplus.git
git@gitee.com:alpha2007/adnc-vue-elementplus.git
alpha2007
adnc-vue-elementplus
adnc-vue-elementplus
develop

搜索帮助