Koha/tsconfig.json
Pedro Amorim 4129da4d26
Bug 32030: Move cypress to t - fix build_js/watch_js
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-11-08 09:44:52 -03:00

6 lines
93 B
JSON

{
"compilerOptions": {
"resolveJsonModule": true
},
"exclude": ["./t/cypress"]
}