zammad/tsconfig.json
2026-03-17 08:47:28 +01:00

12 lines
262 B
JSON

{
"extends": "./tsconfig.base.json",
"include": ["app/frontend/**/*", "./vite.config.*", "./vitest.setup.ts"],
"exclude": [
"app/frontend/cypress/**/*",
"**/*.cy.ts",
"**/.dev/cypress/**/*",
"node_modules",
"public",
"vendor"
]
}