Files
zy-client-a/t_post_temp3/tsconfig.config.json
telangpu c73ff3b77a update
2026-04-29 12:37:13 +08:00

9 lines
219 B
JSON

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