Files
lingji-work-fe/tsconfig.config.json
2025-06-16 14:42:26 +08:00

9 lines
234 B
JSON

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