Bug 33606: Add a erm/config route to retrieve the ERM config needed for the Vue app
[koha.git] / tsconfig.json
1 {
2   "compilerOptions": {
3       "resolveJsonModule": true
4   },
5   "exclude": ["./t/cypress"]
6 }