Skip to content

Commit

Permalink
jest types
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Sep 18, 2024
1 parent c59867a commit ee5d621
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
21 changes: 21 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"@sentry/types": "^7.44.0",
"@types/file-saver": "^2.0.5",
"@types/isomorphic-fetch": "0.0.36",
"@types/jest": "^29.5.13",
"@types/mixpanel-browser": "^2.38.0",
"@types/reach__router": "^1.3.10",
"@types/react": "^17.0.39",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compileOnSave": false,
"compilerOptions": {
"types": ["node"],
"types": ["node", "jest"],
"target": "es6",
"module": "esnext",
"jsx": "react",
Expand Down

0 comments on commit ee5d621

Please sign in to comment.