LAION-AI/Open-Assistant

Enable Typescript strict mode

オープン

#879 opened on 2023/01/21

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Python (3,263 件のフォーク)batch import
good first issuewebsite

Repository metrics

Stars
 (37,363 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド