4 Star 27 Fork 10

自然框架源码 / nf-ui-elementPlus-基于 element-plus 的二次开发

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 318 Bytes
一键复制 编辑 原始数据 按行查看 历史
% 提交于 2022-06-22 18:51 . 调整接口
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"types": ["element-plus/global"]
},
"references": [
{
"path": "./tsconfig.vite-config.json"
}
]
}
JavaScript
1
https://gitee.com/naturefw-code/nf-rollup-ui-element-plus.git
git@gitee.com:naturefw-code/nf-rollup-ui-element-plus.git
naturefw-code
nf-rollup-ui-element-plus
nf-ui-elementPlus-基于 element-plus 的二次开发
master

搜索帮助