diff --git a/package.json b/package.json index 0628ffb..d81931a 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,8 @@ }, "devDependencies": { "@biomejs/biome": "2.3.2", + "@octokit/plugin-rest-endpoint-methods": "^10.4.1", + "@octokit/types": "^13.10.0", "@types/jest": "^29.5.14", "jest": "^30.2.0", "jest-circus": "^30.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index df56b10..8da312a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,6 +33,12 @@ importers: '@biomejs/biome': specifier: 2.3.2 version: 2.3.2 + '@octokit/plugin-rest-endpoint-methods': + specifier: ^10.4.1 + version: 10.4.1(@octokit/core@5.2.2) + '@octokit/types': + specifier: ^13.10.0 + version: 13.10.0 '@types/jest': specifier: ^29.5.14 version: 29.5.14 diff --git a/tsconfig.json b/tsconfig.json index 1653c1f..54aa276 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,8 @@ "strict": true, "skipLibCheck": true, "noImplicitAny": true, - "esModuleInterop": true + "esModuleInterop": true, + "types": ["node"] }, "exclude": ["node_modules", "**/*.test.ts"] }