hesabixCore/webUI/tsconfig.config.json

9 lines
228 B
JSON
Raw Normal View History

2025-03-21 14:20:43 +03:30
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"],
}
}