Skip to content

Commit

Permalink
fix(TS): Install TypeScript in development (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Jun 12, 2020
1 parent 21813e5 commit 084b53f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -44,13 +44,14 @@
"pretty-format": "^25.5.0"
},
"devDependencies": {
"dtslint": "^3.6.9",
"@testing-library/jest-dom": "^5.9.0",
"dtslint": "^3.6.9",
"jest-in-case": "^1.0.2",
"jest-serializer-ansi": "^1.0.3",
"jest-watch-select-projects": "^2.0.0",
"jsdom": "^16.2.2",
"kcd-scripts": "^6.2.0"
"kcd-scripts": "^6.2.0",
"typescript": "^3.9.5"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
Expand Down

0 comments on commit 084b53f

Please sign in to comment.