Skip to content

Commit

Permalink
chore(ts): fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mtripg6666tdr committed Dec 4, 2023
1 parent 4c04cb8 commit a1c8e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"lib": ["DOM", "DOM.Iterable", "ESNext"],
"target": "ES5",
"module": "CommonJS",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"types": []
},
Expand Down

0 comments on commit a1c8e0b

Please sign in to comment.