Bug 34801: Fix incorrect use of __() in .tt and .inc files (bug 34038 follow-up)
[koha.git] / tsconfig.json
1 {
2   "compilerOptions": {
3       "resolveJsonModule": true
4   },
5   "exclude": ["./t/cypress"]
6 }