Use strict typesafety and fix type errors

This commit is contained in:
Hammad Jutt
2020-04-17 21:59:34 -06:00
parent 502a55c2ed
commit 995778c29e
11 changed files with 52 additions and 642 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "@the-game/graphql-codegen",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"generate": "graphql-codegen --config=graphql-codegen-gql.yaml; graphql-codegen --config=graphql-codegen-typescript.yaml"
"generate": "graphql-codegen --config=graphql-codegen-gql.yaml; graphql-codegen --config=graphql-codegen-typescript.yaml",
"typecheck": "echo noop"
},
"dependencies": {
"@graphql-codegen/cli": "^1.13.2",