Skip to content

Commit

Permalink
Add missing compilerOptions.lib necessary for tsd-lite to test types …
Browse files Browse the repository at this point in the history
…consistently
  • Loading branch information
jesstelford committed Sep 18, 2024
1 parent b7a9086 commit 44091b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/useful-types/test-d/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"strict": true
"strict": true,
"lib": ["dom", "dom.iterable", "es2022"]
},
"references": [{"path": ".."}]
}

0 comments on commit 44091b1

Please sign in to comment.