Files
zy-client-a/a6_ph_Cashback_eastwestbanker/tsconfig.config.json
telangpu b22e210ee5 update
2026-05-09 14:43:37 +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"]
}
}