Skip to content

Commit

Permalink
chore: remove @types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Oct 5, 2024
1 parent 5e05d12 commit 288f585
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@types/chai": "^4.3.20",
"@types/jsdom": "^21.1.7",
"@types/mocha": "^10.0.8",
"@types/node": "^20.10.6",
"@types/sinon": "^17.0.3",
"c8": "^10.1.2",
"chai": "4.5.0",
Expand Down
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
"sourceMap": true,
"declaration": true,
"esModuleInterop": true,
"types": [
"node",
"mocha"
],
"types": ["mocha"],
"lib": ["dom", "ESNext"]
},
"include": ["./src/**/*"],
Expand Down

0 comments on commit 288f585

Please sign in to comment.