Prefer native node fetch over node-fetch (#1970)

This commit is contained in:
Michael Telatynski
2024-10-31 11:16:36 +00:00
committed by GitHub
parent e66db793bf
commit 098609607b
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"rootDir": "./src",
"declaration": true,
"typeRoots": ["src/@types", "node_modules/@types"],
"lib": ["es2022", "dom"],
"lib": ["es2022"],
"types": ["node"],
"strict": true
},