LAION-AI/Open-Assistant

Enable Typescript strict mode

Open

#879 建立於 2023年1月21日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Python (3,263 fork)batch import
good first issuewebsite

倉庫指標

Star
 (37,363 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南