Skip to content

Add TypeScript client check in the CI

Antoine requested to merge ZeHiro/kresus:ci-typescript-client into master

This MR sets :

  • disables tsc checks for JS files (the checks will be done only for ts/tsx files)
  • noImplicitAny = true for TS/TSX files
  • fixes errors raised by tsc (details are in commit messages)
  • include the TSC checks in the CI allowing to prevent regressions.

There is also a bug fix of a bug introduced by !1343 (merged).

Edited by Antoine

Merge request reports