Skip to content

Commit

Permalink
feat: remove dom dependency (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Kuhrt <jason.kuhrt@dialogue.co>

closes #26
closes #100 (superseded)
  • Loading branch information
brikou committed May 28, 2020
1 parent 9d5e344 commit be27ac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/index.ts
@@ -1,3 +1,5 @@
/// <reference lib="dom" />

import 'cross-fetch/polyfill'

import { ClientError, GraphQLError, Variables } from './types'
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"lib": ["es2015", "es2016", "dom", "esnext.asynciterable"],
"lib": ["es2015"],
"module": "commonjs",
"moduleResolution": "node",
"noUnusedLocals": true,
Expand Down

0 comments on commit be27ac6

Please sign in to comment.