mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Use strict typesafety and fix type errors
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user