LAION-AI/Open-Assistant

Enable Typescript strict mode

Open

Aperta il 21 gen 2023

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Python (37.363 star) (3263 fork)batch import
good first issuewebsite

Descrizione

We need to enable Typescript strict mode to make out code safe. This needs to be incremental cause we don't want to break the build.

  • Set TS strict option to true in the tsconfig file.
  • Going through each file and checking if there is any error need to fix (or run npm run typecheck).

We should make small PRs to easily review and avoid conflict.

Guida contributor