Skip to content

Commit

Permalink
Chore: Add jsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Dec 19, 2017
1 parent 26df5cf commit 80d38aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"lib": [
"dom",
"esnext"
],
"jsx": "react",
"baseUrl": "./src"
},
"exclude": [
"node_modules"
]
}

0 comments on commit 80d38aa

Please sign in to comment.