Skip to content

Commit

Permalink
ci: attemp to fix Cannot find module 'undici-types' error
Browse files Browse the repository at this point in the history
  • Loading branch information
srackham committed Feb 10, 2024
1 parent 3f14edc commit f78c63b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"target": "ES6",
"module": "ES6",
"moduleResolution": "node",
"strict": true,
"useUnknownInCatchVariables": false,
"declaration": true,
Expand Down

0 comments on commit f78c63b

Please sign in to comment.