LAION-AI/Open-Assistant

Enable Typescript strict mode

Open

#879 opened on 2023年1月21日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Python (37,363 stars) (3,263 forks)batch import
good first issuewebsite

説明

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.

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

Enable Typescript strict mode · LAION-AI/Open-Assistant#879 | Good First Issue