1 Star 9 Fork 1

Big0range/vue3-element-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 718 Bytes
一键复制 编辑 原始数据 按行查看 历史
Big0range 提交于 2021-11-12 18:13 . feat: 🎸 init
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
// 是否进行严格模式检查
"strict": true,
// 对jsx进行怎么样的处理
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"skipLibCheck": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"types": ["webpack-env"],
"paths": {
"@/*": ["src/*"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx",
],
"exclude": ["node_modules"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/li_mei_chao/vue3-element-admin.git
git@gitee.com:li_mei_chao/vue3-element-admin.git
li_mei_chao
vue3-element-admin
vue3-element-admin
master

搜索帮助

A270a887 8829481 3d7a4017 8829481