vue3-vite-ts-elementuiplus/tsconfig.config.json

16 lines
265 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"playwright.config.*",
"./*.ts",
],
"compilerOptions": {
"composite": true,
"types": [
"node"
]
}
}