Skip to content

Commit

Permalink
Support for Visual Studio Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Praseeth Thuvassery committed Nov 17, 2015
1 parent 5eee756 commit c897085
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jsconfig.json
@@ -0,0 +1,7 @@
//Support for Visual Studio Code https://code.visualstudio.com/docs/languages/javascript
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
}
}

0 comments on commit c897085

Please sign in to comment.