Bug 16223: Require fee limit only if "Lift after payment" is set as "Yes"
[koha.git] / tsconfig.json
1 {
2   "compilerOptions": {
3       "resolveJsonModule": true
4   },
5   "exclude": ["./t/cypress"]
6 }