Skip to content

Commit

Permalink
update remove node in types
Browse files Browse the repository at this point in the history
  • Loading branch information
ashika112 committed Aug 20, 2024
1 parent 6aaf4a0 commit 013ac4a
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 @@ -23,7 +23,7 @@
"resolveJsonModule": true,
"target": "es2020",
"module": "es2020",
"types": ["node", "jest"]
"types": [ "jest"]
},
"exclude": ["node_modules", "dist", ".eslintrc.js", "scripts"]
}

0 comments on commit 013ac4a

Please sign in to comment.