Skip to content

Commit af76172

Browse files
committed
build(tsconfig): add dom lib to ensure browser compat
1 parent ca9eb20 commit af76172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@octokit/tsconfig",
33
"compilerOptions": {
4+
"lib": ["dom", "DOM.Iterable", "es2023"],
45
"esModuleInterop": true,
56
"declaration": true,
67
"outDir": "pkg/dist-types",

0 commit comments

Comments
 (0)