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

16 lines
265 B
JSON
Raw Permalink Normal View History

2022-11-20 13:00:40 +08:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"playwright.config.*",
"./*.ts",
],
"compilerOptions": {
"composite": true,
"types": [
"node"
]
}
}