mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
22 lines
570 B
JSON
22 lines
570 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"module": "ES6",
|
|
"target": "ES2018",
|
|
"noImplicitAny": false,
|
|
"declaration": true,
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"sourceMap": true,
|
|
"lib": ["ES2018", "DOM"],
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"types": ["unplugin-vue-define-options", "jest", "./typings/jsx-shim"]
|
|
},
|
|
"include": ["packages"],
|
|
"exclude": ["node_modules", "**/dist"]
|
|
}
|