Bug 34302: (bug 28653 follow-up) Do not refresh the table if an error happened
[koha.git] / tsconfig.json
1 {
2   "compilerOptions": {
3       "resolveJsonModule": true
4   },
5   "exclude": ["./t/cypress"]
6 }