raffle-me-that/frontend/tsconfig.config.json
Norman Köhring 08dbc5ded5 chore: prepare for new version
* update frontend packages
* fix typescript issues
* split backend and frontend
* prepare zig based backend
2023-09-26 15:03:41 +02:00

8 lines
214 B
JSON

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