element-plus/packages/locale/tsconfig.json

10 lines
157 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"rootDir": ".",
"declaration": true,
"target": "ES6",
"moduleResolution": "node"
}
}