mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
7ff199c60f
* fix(build): enhance type check * feat: stricter ts check
23 lines
476 B
JSON
23 lines
476 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"target": "es2018",
|
|
"module": "esnext",
|
|
"baseUrl": ".",
|
|
"sourceMap": false,
|
|
"moduleResolution": "node",
|
|
"allowJs": false,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"removeComments": false,
|
|
"rootDir": ".",
|
|
"types": [],
|
|
"paths": {
|
|
"@element-plus/*": ["packages/*"]
|
|
}
|
|
}
|
|
}
|