Skip to content

Commit

Permalink
chore(build): add jsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
christianacca committed Jul 30, 2016
1 parent f6f4bae commit 78be04b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=759670
// for the documentation about the jsconfig.json format
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules",
"bower_components",
"tmp",
"temp"
]
}

0 comments on commit 78be04b

Please sign in to comment.