Skip to content

Commit

Permalink
fixup!: exclude *.test.* from type-check
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer committed Dec 7, 2024
1 parent 7890530 commit bd9dba7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,9 @@
"**/*.spec.mts",
"**/*.spec.js",
"**/*.spec.ts",
"**/*.test.mjs",
"**/*.test.mts",
"**/*.test.js",
"**/*.test.ts",
],
}

0 comments on commit bd9dba7

Please sign in to comment.