2022-05-24 22:54:34 +08:00
|
|
|
{
|
|
|
|
"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": {
|
2024-09-03 14:34:21 +08:00
|
|
|
"@element-plus/*": ["packages/*"],
|
|
|
|
"element-plus": ["packages/element-plus"]
|
2024-08-07 12:01:46 +08:00
|
|
|
},
|
|
|
|
"preserveSymlinks": true
|
2022-05-24 22:54:34 +08:00
|
|
|
}
|
|
|
|
}
|