1 Star 0 Fork 438

彭士兴/element-plus

forked from element-plus/element-plus 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
tsconfig.json 387 Bytes
Copy Edit Raw Blame History
{
"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"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/P4X/element-plus.git
git@gitee.com:P4X/element-plus.git
P4X
element-plus
element-plus
v1.0.1-beta.22

Search