Skip to content

Commit eac7709

Browse files
authored
Merge pull request #35 from StephWood/typescript
Typescript Set Up
2 parents 5d6dff4 + 1a39d16 commit eac7709

25 files changed

+8162
-3097
lines changed

.babelrc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@
66
},
77
"presets": [
88
"@babel/preset-env",
9-
"@babel/preset-react"
9+
"@babel/preset-react",
10+
"@babel/preset-typescript"
1011
],
1112
"plugins": [
12-
["@babel/transform-runtime"]
13-
],
13+
["@babel/transform-runtime"],
14+
["@babel/proposal-class-properties"],
15+
["@babel/proposal-object-rest-spread"]
16+
]
1417
}

0 commit comments

Comments
 (0)