Skip to content

Commit

Permalink
build: add dom libs to tsconfig so it can build
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Feb 24, 2024
1 parent 97322bb commit da96fa4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@octokit/request": "^9.0.0",
"@octokit/tsconfig": "^3.0.0",
"@octokit/types": "^12.0.0",
"@types/fetch-mock": "^7.3.1",
"@types/fetch-mock": "^7.3.8",
"@types/jest": "^29.0.0",
"esbuild": "^0.20.0",
"fetch-mock": "npm:@gr2m/[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion test/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"emitDeclarationOnly": false,
"noEmit": true
},
"include": ["src/**/*"]
"include": ["test/**/*"]
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "@octokit/tsconfig",
"compilerOptions": {
"lib": ["es2023", "dom", "dom.iterable"],
"esModuleInterop": true,
"declaration": true,
"outDir": "pkg/dist-types",
Expand Down

0 comments on commit da96fa4

Please sign in to comment.