Bug 31028: Unit tests for ticket update api's
[koha-ffzg.git] / tsconfig.json
index 88ccffe..8219634 100644 (file)
@@ -1,4 +1,6 @@
 {
   "compilerOptions": {
-  }
+      "resolveJsonModule": true
+  },
+  "exclude": ["./t/cypress"]
 }