Skip to content

Commit 0950cb9

Browse files
fix: global-agent types
1 parent bb53425 commit 0950cb9

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"devDependencies": {
6969
"@changesets/cli": "^2.27.1",
7070
"@playwright/test": "^1.41.1",
71-
"@types/global-agent": "^2.1.3",
7271
"@vercel/ncc": "0.38.1",
7372
"eslint": "^8.56.0",
7473
"eslint-config-prettier": "^8.10.0",

pnpm-lock.yaml

-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"index.ts",
2020
"./helpers",
2121
"questions.ts",
22-
"package.json"
22+
"package.json",
23+
"types/**/*"
2324
],
2425
"exclude": ["dist"]
2526
}

types/global-agent.d.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
/*types/global-agent.d.ts */
2-
declare module "global-agent/bootstrap" {
3-
const anyType: any;
4-
export = anyType;
5-
}
1+
declare module "global-agent/bootstrap";

0 commit comments

Comments
 (0)