war-web/tsconfig.node.json
2025-08-21 12:58:48 +08:00

9 lines
240 B
JSON

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