enable un unchecked indexed access

This commit is contained in:
Matthew Costabile
2023-02-27 13:15:25 +00:00
parent 11ef9e1e8d
commit 5f0c606906
9 changed files with 224 additions and 222 deletions

View File

@@ -3,7 +3,7 @@ module.exports = {
moduleFileExtensions: ['js', 'ts'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.ts$': 'ts-jest'
'^.+\\.ts$': 'ts-jest',
},
verbose: true
verbose: true,
}