Bug 31618: Fix typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile
[koha.git] / tsconfig.json
1 {
2   "compilerOptions": {
3       "resolveJsonModule": true
4   },
5   "exclude": ["./t/cypress"]
6 }