mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
12 lines
262 B
JSON
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"
|
|
]
|
|
}
|