Skip to content

Commit 48fe6e2

Browse files
committed
Add typescript
Commands used in the action: - `npm install typescript --save-dev` - `npx tsc --init`
1 parent 1470fa7 commit 48fe6e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
"bugs": {
2626
"url": "https://github.com/dolfbarr/react-log-hook/issues"
2727
},
28-
"homepage": "https://github.com/dolfbarr/react-log-hook#readme"
28+
"homepage": "https://github.com/dolfbarr/react-log-hook#readme",
29+
"devDependencies": {
30+
"typescript": "^4.9.3"
31+
}
2932
}

0 commit comments

Comments
 (0)