1 Star 0 Fork 15

Zander/element-enhance

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 456 Bytes
一键复制 编辑 原始数据 按行查看 历史
就眠儀式 提交于 2021-05-20 21:05 . Initialize the warehouse
{
"compilerOptions": {
"baseUrl": ".",
"module": "esnext",
"target": "es2015",
"moduleResolution": "Node",
"strict": true,
"resolveJsonModule": true,
"declaration": true,
"emitDeclarationOnly": true,
"esModuleInterop": true,
"declarationDir": "types",
"lib": ["ESNext", "DOM"],
"paths": {
"/@src/*": ["./src/*"]
}
},
"include": ["src/**/*", "shims-vue.d.ts"],
"exclude": ["node_modules"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ZhgPhh/element-enhance.git
git@gitee.com:ZhgPhh/element-enhance.git
ZhgPhh
element-enhance
element-enhance
master

搜索帮助