1. 25 Feb, 2022 5 commits
  2. 24 Feb, 2022 2 commits
  3. 22 Feb, 2022 2 commits
    • Robert Knight's avatar
      Add `yarn typecheck-no-any` command · 1c9b7334
      Robert Knight authored
      Add a command which runs TypeScript against a subset of the codebase, currently
      just src/shared/, with the `noImplicitAny` option enabled.
      
      This will allow us to gradually work towards the goal of having the entire
      client codebase typecheck with this option enabled. Once this state is reached
      the `noImplicitAny` option can be enabled in the main TS config file
      (src/tsconfig.json) and the `yarn typecheck-no-any` command and associated TS
      config file can be removed.
      1c9b7334
    • Robert Knight's avatar
      Make src/shared/ typecheck when `noImplicitAny` is set · e9a69d14
      Robert Knight authored
      Fix various errors and omissions found when TypeScript's `noImplicitAny`
      option is enabled.
      e9a69d14
  4. 21 Feb, 2022 13 commits
  5. 16 Feb, 2022 1 commit
  6. 15 Feb, 2022 2 commits
  7. 14 Feb, 2022 15 commits