mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
12 lines
346 B
JSON
12 lines
346 B
JSON
{
|
|
"extends": "./tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": ["ES2021", "DOM", "DOM.Iterable"],
|
|
"types": ["node", "jsdom", "unplugin-vue-macros/macros-global"],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["packages", "vitest.setup.ts", "typings/env.d.ts"],
|
|
"exclude": ["node_modules", "dist", "**/*.md"]
|
|
}
|