Skip to content

Commit 17af4ba

Browse files
authored
add ts to package.json
1 parent b280317 commit 17af4ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mystbin/frontend/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@
3333
"react-loader-spinner": "^5.1.7-beta.1",
3434
"react-popout": "^1.0.3",
3535
"react-responsive": "^9.0.0-beta.10",
36-
"react-tabs": "^3.1.1"
36+
"react-tabs": "^3.1.1",
37+
"typescript",
38+
"@types/node",
39+
"@types/react",
40+
"@types/react-dom",
41+
"@types/jest"
3742
},
3843
"devDependencies": {
3944
"@types/node": "^14.14.7",

0 commit comments

Comments
 (0)