vue-psa-architecture/tsconfig.config.json

9 lines
219 B
JSON
Raw Normal View History

2023-01-31 12:01:27 +03:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}