]> git.koha-community.org Git - koha.git/blob - tsconfig.json
Bug 32734: (QA follow-up) Make use of $c->objects->to_api
[koha.git] / tsconfig.json
1 {
2   "compilerOptions": {
3       "resolveJsonModule": true
4   },
5   "exclude": ["./t/cypress"]
6 }