fini-ui/tsconfig.config.json

9 lines
196 B
JSON
Raw Permalink Normal View History

2023-04-12 14:40:19 +08:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}