Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mcafee committed Nov 14, 2023
1 parent 0a62e0a commit 3cf2059
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/api-graphql/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"skipLibCheck": true
"skipLibCheck": true,
"lib": ["dom", "es2019", "esnext.asynciterable"]
},
"include": ["./src"]
}

0 comments on commit 3cf2059

Please sign in to comment.