Files
lingji-work-fe/tsconfig.config.json

9 lines
234 B
JSON
Raw Normal View History

2025-06-16 14:42:26 +08:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*", "config/**/*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}