frontend/tsconfig.config.json

8 lines
195 B
JSON
Raw Normal View History

2022-04-10 02:40:15 +02:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
2022-04-10 02:40:15 +02:00
"compilerOptions": {
"composite": true,
"types": ["node"]
2022-04-10 02:40:15 +02:00
}
}