Skip to content

Commit 4e56f7d

Browse files
committed
fix: 🐛 tsconfig
1 parent ed16745 commit 4e56f7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "ESNext",
44
"module": "NodeNext",
5-
"lib": ["ESNext"],
5+
"lib": ["ESNext", "DOM"],
66
"moduleResolution": "NodeNext",
77
"rootDir": ".",
88
"outDir": "dist",

0 commit comments

Comments
 (0)