0195cde103
* rewrite: initial commit * feat: add constants for live share * feat: add first letter uppercase #88 * chore: remove automatic reconnects * chore: add troubleshooting to readme
15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
// for the documentation about the tasks.json format
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "build",
|
|
"type": "gulp",
|
|
"task": "build",
|
|
"problemMatcher": [
|
|
"$gulp-tsc"
|
|
]
|
|
}
|
|
]
|
|
}
|