Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maticzav committed Feb 1, 2019
1 parent 8ae5795 commit 2e87323
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 291 deletions.
2 changes: 0 additions & 2 deletions src/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import { getHeadersFromInput, printToFile, getRemoteSchema } from '..'

import * as fetch from 'jest-fetch-mock'
import * as fs from 'fs'
import * as path from 'path'
import * as mkdirp from 'mkdirp'
import { introspectionQuery } from 'graphql'

jest.setMock('node-fetch', fetch)

Expand Down
13 changes: 4 additions & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@
"target": "es5",
"outDir": "dist",
"moduleResolution": "node",
"lib": ["es2017", "esnext.asynciterable"]
"lib": ["es2017", "esnext.asynciterable"],
"skipLibCheck": true
},
"exclude": [
"node_modules",
"dist"
],
"include": [
"./src/**/*.ts",
"./tests/**/*.ts"
]
"exclude": ["node_modules", "dist"],
"include": ["./src/**/*.ts", "./tests/**/*.ts"]
}
Loading

0 comments on commit 2e87323

Please sign in to comment.