UNPKG
web-atoms-rest
Version:
latest (1.0.12)
1.0.12
1.0.0
REST Json Service for Web Atoms
github.com/neurospeech/web-atoms-rest
neurospeech/web-atoms-rest
web-atoms-rest
/
.vscode
/
tasks.json
17 lines
(15 loc)
•
372 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version"
:
"2.0.0"
,
"tasks"
:
[
{
"type"
:
"typescript"
,
"tsconfig"
:
"tsconfig.json"
,
"group"
:
{
"kind"
:
"build"
,
"isDefault"
:
true
}
}
]
}