Skip to content

Commit

Permalink
Try to fix ts errors 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ankeetmaini committed Jan 5, 2020
1 parent c17872e commit b316076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"lint": "eslint --ext .js,.ts,.tsx {src,test}/**/*.{ts,tsx}",
"test": "jest test",
"ts": "./node_modules/.bin/tsc -p ./tsconfig.json --noEmit",
"ts": "./node_modules/.bin/tsc --noEmit",
"format": "npm run lint -- --fix",
"prettier": "prettier --write \"{src,test,example}/**/*.{ts,tsx}\"",
"test:coverage": "node --harmony node_modules/.bin/jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
Expand Down

0 comments on commit b316076

Please sign in to comment.