7 lines
105 B
JSON
7 lines
105 B
JSON
|
// tsconfig.json
|
||
|
{
|
||
|
"compilerOptions": {
|
||
|
// ...
|
||
|
"types": ["element-plus/global"]
|
||
|
}
|
||
|
}
|