Files
sensor-web-v2/tsconfig.config.json
2023-06-29 18:33:00 +02:00

9 lines
214 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}