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

Commit

Permalink
Add exclude field to jsconfig.json.
Browse files Browse the repository at this point in the history
This is introduced by VS Code 0.7 https://code.visualstudio.com/Updates
  • Loading branch information
tetsuharuohzeki committed Aug 14, 2015
1 parent c7f69e2 commit 8195937
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 8195937

Please sign in to comment.