Skip to content

Commit

Permalink
Add VSCode IntelliSense support.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichMich committed Oct 13, 2016
1 parent d5d2284 commit 2b4939a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jsconfig.json
@@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=759670
// for the documentation about the jsconfig.json format
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
"exclude": [
"modules",
"node_modules"
]
}

0 comments on commit 2b4939a

Please sign in to comment.