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 committed Sep 30, 2023
1 parent b149ecc commit 1d146e8
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
@@ -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
Expand Up @@ -2,6 +2,7 @@
"extends": "tsconfig/base.json",
"compilerOptions": {
"outDir": "dist",
"lib": ["DOM"]
},
"include": ["src"],
"exclude": ["node_modules"]
Expand Down

1 comment on commit 1d146e8

@vercel
Copy link

@vercel vercel bot commented on 1d146e8 Sep 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.