mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
21 lines
512 B
JSON
21 lines
512 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "ES6",
|
|
"target": "ES6",
|
|
"noImplicitAny": false,
|
|
"declaration": true,
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"sourceMap": true,
|
|
"lib": ["ES2018", "DOM"],
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["packages"],
|
|
"exclude": ["node_modules", "**/__test?__", "**/dist"]
|
|
}
|