Skip to content

Commit

Permalink
chore(tsconfig): include jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefmikey committed Oct 18, 2023
1 parent dfdf200 commit 37d484b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
}
},
"include": [
"./index.d.ts",
"./test/**/*.ts",
"./src/**/*.ts"
"index.d.ts",
"test/**/*.ts",
"src/**/*.ts",
"jest.config.*"
],
"exclude": [
"node_modules",
Expand Down

0 comments on commit 37d484b

Please sign in to comment.