Skip to content

Commit

Permalink
chore(tsconfig): remove jest types (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Dec 30, 2024
1 parent d9664f6 commit 63834cc
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 @@ -6,7 +6,7 @@
"sourceMap": false,
"declaration": true,
"declarationMap": false,
"types": ["node", "jest"],
"types": ["node"],
"strict": true,
"moduleResolution": "node",
"noUnusedLocals": false,
Expand Down

0 comments on commit 63834cc

Please sign in to comment.