Files
zy-client-a/a8_za_Fine_aarto/tsconfig.config.json
telangpu 91fd7ffcf0 update
2026-05-10 22:39:11 +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"]
}
}