Skip to content

Commit

Permalink
chore: enable noImplicitAny on tests
Browse files Browse the repository at this point in the history
Currently skipping `elm-tooling.test.js`.
  • Loading branch information
lishaduck committed Jul 17, 2024
1 parent c34bf29 commit e5fbe4c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tsconfig.no-implicit-any.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.no-implicit-any.json"
},
"include": [
"lib/types/**/*.ts",
"lib/anonymize.js",
"lib/benchmark.js",
"lib/cache.js",
Expand Down Expand Up @@ -35,6 +36,16 @@
"lib/state.js",
"lib/styled-message.js",
"lib/suppressed-errors.js",
"test/jest-helpers/cli.js",
"test/jest-helpers/types/cli.ts",
"test/flags.test.js",
"test/help.test.js",
"test/path-helpers.test.js",
"test/review-local-path.js",
"test/review.test.js",
"test/snapshotter.js",
"test/suppress.test.js",
"test/version.test.js",
"vendor/exit.js",
"vendor/node-elm-compiler.js",
"jest.config.js"
Expand Down

0 comments on commit e5fbe4c

Please sign in to comment.