Adventure-Bot / Adventure-Bot/adventure-bot
Enable `noUncheckedIndexedAccess`
Đang mở
build
typescript
- Ngôn ngữ chính
- TypeScript
- Star
- 7
- Fork
- 6
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Prevent errors like this:
```ts
const charactersById: Record = {};
charactersById['foo'].hp+=1
```
https://github.com/Adventure-Bot/adventure-bot/blob/main/src/store/slices/characters.ts#L46-L49
https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.