Skip to content

Commit

Permalink
Ensure <reference types="node" /> is not present in generated types (
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate authored and rowaxl committed Jan 24, 2024
1 parent a511e7b commit 4cd17c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-emus-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'data-uri-to-buffer': patch
---

Ensure `<reference types="node" />` is not present in generated types
1 change: 1 addition & 0 deletions packages/data-uri-to-buffer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "tsconfig/base.json",
"compilerOptions": {
"outDir": "dist",
"lib": ["DOM"]
},
"include": ["src"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 4cd17c0

Please sign in to comment.