safetwitch/tsconfig.node.json

9 lines
219 B
JSON
Raw Normal View History

2023-03-07 06:19:05 +00:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}