Skip to content

Commit

Permalink
chore: introduce TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Jan 6, 2019
1 parent 62563d5 commit a8853dd
Show file tree
Hide file tree
Showing 16 changed files with 11,812 additions and 196 deletions.
21 changes: 21 additions & 0 deletions .babelrc
@@ -0,0 +1,21 @@
{
"ignore": [
"buffer"
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-proposal-class-properties"
],
"presets": [
[
"@babel/preset-env",
{
"targets": {
"chrome": "69"
}
}
],
"@babel/preset-react"
]
}
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ node_modules
dist
npm-debug.log
*.provisionprofile
.awcache

0 comments on commit a8853dd

Please sign in to comment.