1 Star 0 Fork 387

yinchinan / element-plus

forked from element-plus / element-plus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.base.json 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"outDir": "dist",
"target": "es2018",
"module": "esnext",
"baseUrl": ".",
"sourceMap": false,
"moduleResolution": "node",
"allowJs": false,
"strict": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"removeComments": false,
"rootDir": ".",
"types": [],
"paths": {
"@element-plus/*": ["packages/*"]
}
}
}
JavaScript
1
https://gitee.com/yinchinan/element-plus.git
git@gitee.com:yinchinan/element-plus.git
yinchinan
element-plus
element-plus
dev

搜索帮助