Skip to content

Commit

Permalink
Merge pull request #270 from neilenns/neilenns/issue269
Browse files Browse the repository at this point in the history
Set `noImplicitOverride` to true in tsconfig.json
  • Loading branch information
neilenns authored Oct 3, 2024
2 parents 27faacf + bc7acae commit dcc3535
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
"customConditions": ["node"],
"module": "ES2022",
"moduleResolution": "Bundler",
"noImplicitOverride": true,
"paths": {
"@actions/*": ["./src/actions/*"],
"@controllers/*": ["./src/controllers/*"],
"@eventHandlers/*": ["./src/eventHandlers/*"],
"@helpers/*": ["./src/helpers/*"],
"@interfaces/*": ["./src/interfaces/*"],
"@managers/*": ["./src/managers/*"],
"@utils/*": ["./src/utils/*"],
"@root/*": ["./src/*"],
"@utils/*": ["./src/utils/*"],
"@root/*": ["./src/*"]
}
},
"include": ["src/**/*.ts"],
Expand Down

0 comments on commit dcc3535

Please sign in to comment.