Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 71c8727

Browse files
committed
fix(example-hono-bun): fix types (#1389)
1 parent b5072fd commit 71c8727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hono-bun/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
66
"target": "esnext",
77
/* Specify a set of bundled library declaration files that describe the target runtime environment. */
8-
"lib": ["esnext"],
8+
"lib": ["esnext", "dom"],
99
/* Specify what JSX code is generated. */
1010
"jsx": "react-jsx",
1111

0 commit comments

Comments
 (0)