Skip to content

Commit

Permalink
chore: add types to test utils
Browse files Browse the repository at this point in the history
  • Loading branch information
rudemex committed Mar 25, 2023
1 parent 41af46e commit ec7de71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/test-utils/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "@tresdoce-nestjs-toolkit/config",
"compilerOptions": {
"rootDir": "./src"
"rootDir": "./src",
"types": ["tresdoce-nestjs-toolkit", "jest"]
},
"include": ["src/**/*"],
"exclude": [
Expand Down

0 comments on commit ec7de71

Please sign in to comment.