mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"extends": "./tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["**/vite.config.*", "**/vitest.config.*"],
|
|
"exclude": ["docs"]
|
|
}
|