2 Star 5 Fork 3

HZY/hzy-admin-element-plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 937 Bytes
一键复制 编辑 原始数据 按行查看 历史
HZY 提交于 2023-02-09 17:38 . 🎉
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": [
"ESNext",
"DOM"
],
"skipLibCheck": true,
"noEmit": true,
//
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
},
// 如果您使用 Volar,请在 tsconfig.json 中通过 compilerOptions.type 指定全局组件类型。
"types": [
"@types/node",
"element-plus/global",
"unplugin-vue-macros/macros-global"
],
"allowSyntheticDefaultImports": true
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"src/*.js"
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/hzy6/hzy-admin-element-plus.git
[email protected]:hzy6/hzy-admin-element-plus.git
hzy6
hzy-admin-element-plus
hzy-admin-element-plus
master

搜索帮助