Skip to content

Commit

Permalink
build(tsconfig): add dom lib to ensure browser compat
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Feb 23, 2024
1 parent ca9eb20 commit af76172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
@@ -1,6 +1,7 @@
{
"extends": "@octokit/tsconfig",
"compilerOptions": {
"lib": ["dom", "DOM.Iterable", "es2023"],
"esModuleInterop": true,
"declaration": true,
"outDir": "pkg/dist-types",
Expand Down

0 comments on commit af76172

Please sign in to comment.