mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-27 03:01:14 +08:00
0327d2d0b2
* feat(utils): add buildProp * chore: disable eslint rule * chore: typescript use strict * refactor(components): refactor button * feat: add comment for buildProp
13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"rootDir": ".",
|
|
"declaration": true,
|
|
"lib": ["ES2020", "DOM"],
|
|
"skipLibCheck": true,
|
|
"target": "es6",
|
|
"moduleResolution": "node",
|
|
"strict": true
|
|
}
|
|
}
|