mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
10 lines
157 B
JSON
10 lines
157 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"rootDir": ".",
|
|
"declaration": true,
|
|
"target": "ES6",
|
|
"moduleResolution": "node"
|
|
}
|
|
}
|