Skip to content

Commit

Permalink
fix: build libs
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Dec 11, 2023
1 parent ab3a555 commit 42a79bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
],
"module": "CommonJS",
"lib": [
"ES2022"
"ES2022",
"DOM"
],
"declaration": true,
"outDir": "./dist",
Expand Down

0 comments on commit 42a79bc

Please sign in to comment.