Skip to content

Commit

Permalink
build: add build task
Browse files Browse the repository at this point in the history
  • Loading branch information
GerkinDev committed Jul 30, 2021
1 parent 87d5c92 commit d03934d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"problemMatcher": [
"$tsc"
],
"label": "public/eslint-config: build",
"detail": "tsc -p tsconfig.json",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}

0 comments on commit d03934d

Please sign in to comment.