Bug 32030: (follow-up) Fix date handling - conflicts with bug 30718
[koha.git] / tsconfig.json
1 {
2   "compilerOptions": {
3       "resolveJsonModule": true
4   },
5   "exclude": ["./cypress"]
6 }