Bug 36730: (Bug 35428 follow-up) po files (sometimes) fail to update
[koha.git] / tsconfig.json
1 {
2   "compilerOptions": {
3       "resolveJsonModule": true
4   },
5   "exclude": ["./t/cypress"]
6 }