Skip to content

Commit

Permalink
fix: remove @types/node from generated types
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Nov 20, 2024
1 parent 087219e commit a2db313
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
21 changes: 9 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"license": "MIT",
"devDependencies": {
"@octokit/tsconfig": "^4.0.0",
"@types/node": ">= 8",
"github-openapi-graphql-query": "^4.0.0",
"handlebars": "^4.7.6",
"npm-run-all2": "^7.0.0",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"outDir": "pkg/dist-types",
"emitDeclarationOnly": true,
"sourceMap": true,
"verbatimModuleSyntax": false
"verbatimModuleSyntax": false,
"lib": ["es2022", "dom"]
},
"include": [
"src/**/*"
Expand Down

0 comments on commit a2db313

Please sign in to comment.