http/tsconfig.config.json

9 lines
209 B
JSON
Raw Permalink Normal View History

2023-06-19 09:19:48 +08:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["./playground/vite.config.*", "vitest.config.*", "cypress.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}