Fix type errors

This commit is contained in:
Hammad Jutt
2021-02-06 13:04:44 -07:00
parent 12ba9dc315
commit f65ff31a23

View File

@@ -6,12 +6,11 @@
"main": "dist/index.js",
"scripts": {
"start": "node ./dist/index.js",
"build": "yarn generate && tsc -b",
"build": "tsc -b",
"dev": "concurrently \"yarn dev-ts\" \"yarn generate --watch\"",
"dev-ts": "ts-node-dev --exit-child --respawn -- src/index.ts",
"typecheck": "yarn build",
"precommit": "yarn lint-staged",
"generate": "graphql-codegen --config=codegen.yml",
"lintfix": "eslint --fix"
},
"author": "",