mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
52e389a058
- Fix but causing form item can still be validated - Add test cases against this feature
16 lines
308 B
JSON
16 lines
308 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
|
"include": [
|
|
"packages/**/*.test.*",
|
|
"packages/**/*.spec.*",
|
|
"packages/**/mocks/*"
|
|
],
|
|
"compilerOptions": {
|
|
"isolatedModules": false,
|
|
"composite": true,
|
|
"lib": ["DOM"],
|
|
"types": ["node", "jest"],
|
|
"jsx": "preserve"
|
|
}
|
|
}
|