1 Star 0 Fork 387

godsiter / element-plus

forked from element-plus / element-plus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 387 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"module": "ESNext",
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"moduleResolution": "node",
"esModuleInterop": true,
"jsx": "preserve",
"noLib": false,
"target": "es6",
"sourceMap": true,
"lib": [
"ESNext", "DOM"
],
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules"
]
}
JavaScript
1
https://gitee.com/godsiter/element-plus.git
git@gitee.com:godsiter/element-plus.git
godsiter
element-plus
element-plus
dev

搜索帮助