mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
chore: enable noUncheckedIndexAccess (#7931)
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"noUnusedParameters": true,
|
||||
"strict": true,
|
||||
"useUnknownInCatchVariables": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
|
||||
// Modules
|
||||
"module": "CommonJS",
|
||||
|
||||
Reference in New Issue
Block a user