LAION-AI/Open-Assistant

Enable Typescript strict mode

开放

#879 创建于 2023年1月21日

 (2 条评论) (0 个反应) (0 位负责人)Python (3,263 个派生)batch import
good first issuewebsite

仓库指标

星标
 (37,363 个星标)
PR 合并指标
 (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.

贡献者指南