Bug 32341: (follow-up) Making the label not showed twice when the tables are in respo...
[koha.git] / tsconfig.json
1 {
2   "compilerOptions": {
3       "resolveJsonModule": true
4   },
5   "exclude": ["./t/cypress"]
6 }