Skip to content

Commit

Permalink
Link to related AC issue
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Nov 23, 2022
1 parent 7101d73 commit 7431009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/integration-testsuite/tsconfig.cjs.json
Expand Up @@ -6,8 +6,8 @@
"esModuleInterop": true,
"rootDir": "./src",
"outDir": "./dist",
// DOM types needed for @apollo/client - we can get rid of this line if we
// move to a node-based fetch that doesn't expect DOM types to be available
// DOM types needed for @apollo/client
// Ref: https://github.com/apollographql/apollo-client/issues/6376
"lib": ["es2020", "dom"]
},
"include": ["src/**/*"],
Expand Down

0 comments on commit 7431009

Please sign in to comment.