http/tsconfig.config.json
2023-06-19 09:19:48 +08:00

9 lines
209 B
JSON

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