mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
14 lines
243 B
JSON
14 lines
243 B
JSON
{
|
|
"extends": "./tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": [
|
|
"**/vite.config.*",
|
|
"**/vitest.config.*",
|
|
"play/auto-import-components.ts"
|
|
],
|
|
"exclude": ["docs"]
|
|
}
|