Skip to content

Commit

Permalink
Remove jest type requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 29, 2024
1 parent e692589 commit d90afd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "dist",
"target":"es2018",
"types": ["node", "jest"],
"types": ["node"],
"lib": ["dom", "esnext"],
"declaration": true,
"moduleResolution": "node",
Expand Down

0 comments on commit d90afd4

Please sign in to comment.