Skip to content

Commit

Permalink
Configure VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
1j01 committed Dec 3, 2019
1 parent d424108 commit 4fc114e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"files.exclude": {
"**/node_modules": true,
"**/out": true
},
"search.exclude": {
"**/images": true,
"**/lib": true,
"**/out": true
}
}
6 changes: 6 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"compilerOptions": {
"target": "es6"
},
"include": ["src/**/*"]
}

0 comments on commit 4fc114e

Please sign in to comment.