Skip to content

Commit

Permalink
Remove unneeded <reference lib="dom" /> (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie authored Dec 4, 2023
1 parent 690ffab commit 88085c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## v2.1.0

- Officially drop Node 12 and 14 support (they may still work)
- Fix unintentional inclusion of `lib.dom.d.ts` in TypeScript

## v2.0.5

Expand Down
2 changes: 0 additions & 2 deletions src/types/lib/strings.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference lib="dom" />

import { Decoder } from '../Decoder';

/**
Expand Down

0 comments on commit 88085c3

Please sign in to comment.