element-plus/packages/utils/tsconfig.json
三咲智子 0327d2d0b2
refactor(components): refactor button (#3341)
* feat(utils): add buildProp

* chore: disable eslint rule

* chore: typescript use strict

* refactor(components): refactor button

* feat: add comment for buildProp
2021-09-12 19:38:48 +08:00

13 lines
233 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"rootDir": ".",
"declaration": true,
"lib": ["ES2020", "DOM"],
"skipLibCheck": true,
"target": "es6",
"moduleResolution": "node",
"strict": true
}
}