mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* chore: refresh js build * chore: remove fs-extra * chore: try lightningcss * chore: correct build * chore: rolldown minimal * chore: WIP * chore: WIP * fix: WIP * chore: cleanup * chore: remove unused * fix: windows path * chore: update * fix: exports missing in nested barrel files * chore: self review * chore: apply cb review * chore: no any * chore: apply review Co-authored-by: btea <2356281422@qq.com> * chore: set import * chore: apply review * chore: upgrade rolldown & plugin dts * chore: apply review Co-authored-by: rzzf <cszhjh@gmail.com> --------- Co-authored-by: btea <2356281422@qq.com> Co-authored-by: rzzf <cszhjh@gmail.com>
22 lines
445 B
JSON
22 lines
445 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "vue",
|
|
"lib": ["ES2018", "DOM", "DOM.Iterable"],
|
|
"types": [],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["packages", "typings/env.d.ts"],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/dist",
|
|
"**/__tests__/**/*",
|
|
"**/buildfile.ts",
|
|
"**/test-helper",
|
|
"packages/test-utils",
|
|
"**/*.md"
|
|
]
|
|
}
|