JITARG/tsconfig.json
2025-02-04 19:44:09 +08:00

9 lines
192 B
JSON

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