element-plus/tsconfig.node.json

19 lines
420 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": true,
"lib": ["ESNext"],
"types": ["node"],
"skipLibCheck": true
},
"include": [
"internal/**/*",
"internal/**/*.json",
"scripts/**/*",
"packages/theme-chalk/*",
"packages/element-plus/version.ts",
"packages/element-plus/package.json"
],
"exclude": ["**/__tests__/**", "**/tests/**", "**/dist"]
}