Skip to content

Commit

Permalink
chore: remove dom lib from harpc-client
Browse files Browse the repository at this point in the history
  • Loading branch information
indietyp committed Dec 9, 2024
1 parent f750ce3 commit c60b3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/@local/harpc/client/typescript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "@local/tsconfig/legacy-base-tsconfig-to-refactor.json",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "ES2023", "ESNext"],
"lib": ["ES2023", "ESNext"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"types": ["vitest/importMeta"]
Expand Down

0 comments on commit c60b3b0

Please sign in to comment.