Skip to content

Commit

Permalink
Config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Graule committed May 9, 2019
1 parent daac69a commit 7e37cfb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
/node_modules
package-lock.json
/testproj
.vscode
!.vscode/settings.json
!.vscode/launch.json
!.vscode/tasks.json
9 changes: 7 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@
"group": {
"kind": "build",
"isDefault": true
}
},
"problemMatcher": [
"$tsc"
]
},
{
"type": "npm",
"script": "watch",
"problemMatcher": ["$tsc-watch"]
"problemMatcher": [
"$tsc-watch"
]
}
]
}

0 comments on commit 7e37cfb

Please sign in to comment.