Skip to content

Commit 084b53f

Browse files
authored
fix(TS): Install TypeScript in development (#620)
1 parent 21813e5 commit 084b53f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@
4444
"pretty-format": "^25.5.0"
4545
},
4646
"devDependencies": {
47-
"dtslint": "^3.6.9",
4847
"@testing-library/jest-dom": "^5.9.0",
48+
"dtslint": "^3.6.9",
4949
"jest-in-case": "^1.0.2",
5050
"jest-serializer-ansi": "^1.0.3",
5151
"jest-watch-select-projects": "^2.0.0",
5252
"jsdom": "^16.2.2",
53-
"kcd-scripts": "^6.2.0"
53+
"kcd-scripts": "^6.2.0",
54+
"typescript": "^3.9.5"
5455
},
5556
"eslintConfig": {
5657
"extends": "./node_modules/kcd-scripts/eslint.js",

0 commit comments

Comments
 (0)