LAION-AI/Open-Assistant

Enable Typescript strict mode

Ouverte

#879 ouverte le 21 janv. 2023

 (2 commentaires) (0 réaction) (0 personne assignée)Python (3 263 forks)batch import
good first issuewebsite

Métriques du dépôt

Stars
 (37 363 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur