Skip to content

Commit

Permalink
Merge pull request #591 from serlo/chore-node-tsconfig
Browse files Browse the repository at this point in the history
chore(tsconfig): Remove unused type library "node"
  • Loading branch information
kulla authored Nov 20, 2023
2 parents efc0811 + 75346b7 commit 1d20453
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 @@ -17,6 +17,6 @@
"moduleResolution": "node",
"skipLibCheck": true,
"strict": true,
"types": ["@cloudflare/workers-types/2022-11-30", "jest", "node"]
"types": ["@cloudflare/workers-types/2022-11-30", "jest"]
}
}

0 comments on commit 1d20453

Please sign in to comment.