mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
22 lines
387 B
JSON
22 lines
387 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2020",
|
|
"declaration": true,
|
|
"noImplicitAny": false,
|
|
"removeComments": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"noLib": false,
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"lib": [
|
|
"es2020", "DOM"
|
|
],
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|