Files
yunzerwebsiteallinone/frontend/tsconfig.json
T
2026-06-03 10:09:03 +08:00

15 lines
346 B
JSON

{
"compilerOptions": {
"types": ["element-plus/global"],
"baseUrl": "./", // 解析非相对模块的基地址,默认是当前目录
"paths": { //路径映射,相对于baseUrl
"@/*": ["src/*"]
}
},
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}