Files
zy-client-a/a2_uk_dpd_post/tsconfig.config.json
telangpu cf55c2cad6 update
2026-04-28 00:42:28 +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"]
}
}