ag-special-sale/tsconfig.json

7 lines
105 B
JSON
Raw Permalink Normal View History

2024-07-18 10:36:22 +08:00
// tsconfig.json
{
"compilerOptions": {
// ...
"types": ["element-plus/global"]
}
}