wiki/tsconfig.test.json
ValueOn AG 5fdb462528
Some checks failed
Deploy Nyla Frontend to Production / build-and-deploy (push) Failing after 1s
Sync: full codebase from GitHub wiki main
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-23 23:54:32 +02:00

15 lines
334 B
JSON

{
"extends": "./tsconfig.app.json",
"compilerOptions": {
"types": ["vitest/globals", "@testing-library/jest-dom", "node"],
"noEmit": true,
"noUnusedLocals": false,
"noUnusedParameters": false
},
"include": [
"src/**/*.test.ts",
"src/**/*.test.tsx",
"src/test/**/*.ts",
"vitest.config.ts"
]
}