JITARG/tsconfig.json
2025-02-03 23:28:30 +08:00

9 lines
183 B
JSON

{
"compilerOptions": {
// ...
"types": ["element-plus/global"]
},
"files": [],
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }]
}