Bug 35962: (bug 35843 follow-up 2) Fix BackgroundJob.t on D10
[koha.git] / tsconfig.json
1 {
2   "compilerOptions": {
3       "resolveJsonModule": true
4   },
5   "exclude": ["./t/cypress"]
6 }