Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2838 from Shopify/add-missing-lib-for-tsd-lite
Browse files Browse the repository at this point in the history
Add missing compilerOptions.lib necessary for tsd-lite to test types consistently
  • Loading branch information
jesstelford authored Sep 18, 2024
2 parents 2d31780 + aa7e50d commit e4a79ee
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 e4a79ee

Please sign in to comment.