Bug 34924: Add 'auto_renew_final' and 'auto_unseen_final' return to CanBookBeRenewed
[koha.git] / tsconfig.json
1 {
2   "compilerOptions": {
3       "resolveJsonModule": true
4   },
5   "exclude": ["./t/cypress"]
6 }