Skip to content

Commit

Permalink
Migrate mocks to typescript as well
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamalama committed Jan 25, 2024
1 parent fe26f59 commit e548fa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"declaration": true,
"allowJs": false,
},
"include": ["src", "test"],
"include": ["src", "test", "__mocks__"],
"references": [{ "path": "./tsconfig.node.json" }]
}

0 comments on commit e548fa2

Please sign in to comment.