Skip to content

Commit

Permalink
Prettier reformatted some things
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Apr 4, 2018
1 parent 189c141 commit 37a5827
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"compilerOptions": {
"lib": [
"es2015",
"dom"
],
"lib": ["es2015", "dom"],
"jsx": "react",
"baseUrl": ".",
"noEmit": true,
"strict": true
},
"include": [
"./src/**/*"
]
"include": ["./src/**/*"]
}

0 comments on commit 37a5827

Please sign in to comment.