Skip to content

Commit 72597e1

Browse files
committed
Migrate to TypeScript
1 parent c9ec032 commit 72597e1

File tree

6 files changed

+360
-96
lines changed

6 files changed

+360
-96
lines changed

package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,22 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6+
"@types/google-map-react": "^0.23.10",
7+
"@types/jest": "^23.3.13",
8+
"@types/lodash": "^4.14.120",
9+
"@types/node": "^10.12.18",
10+
"@types/react": "^16.7.20",
11+
"@types/react-dom": "^16.0.11",
12+
"@types/styled-components": "^4.1.6",
613
"google-map-react": "^1.1.2",
714
"lodash": "^4.17.11",
815
"points-cluster": "^0.1.4",
916
"polished": "^2.3.3",
1017
"react": "^16.7.0",
1118
"react-dom": "^16.7.0",
1219
"react-scripts": "2.1.3",
13-
"styled-components": "^4.1.3"
20+
"styled-components": "^4.1.3",
21+
"typescript": "^3.2.4"
1422
},
1523
"scripts": {
1624
"start": "react-scripts start",

0 commit comments

Comments
 (0)