Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Commit

Permalink
Auto merge of #302 - saneyuki:vs, r=saneyuki
Browse files Browse the repository at this point in the history
Add exclude field to jsconfig.json.

This is introduced by VS Code 0.7 https://code.visualstudio.com/Updates

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/karen-irc/karen/302)
<!-- Reviewable:end -->
  • Loading branch information
dokidokivisual committed Aug 14, 2015
2 parents c7f69e2 + 8195937 commit 46e5468
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"compilerOptions": {
"target": "ES6"
}
},
"exclude": [
"dist",
"node_modules"
]
}

0 comments on commit 46e5468

Please sign in to comment.