UNPKG
tsoa-custom-decorators
Version:
latest (1.1.10-custom-decorators)
1.1.10-custom-decorators
1.1.9-custom-decorators
1.1.8-custom-decorators
Build swagger-compliant REST APIs using TypeScript and Node
github.com/lukeautry/tsoa
lukeautry/tsoa
tsoa-custom-decorators
/
.vscode
/
tasks.json
20 lines
(19 loc)
•
419 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"version"
:
"0.1.0"
,
"command"
:
"npm"
,
"isShellCommand"
:
true
,
"showOutput"
:
"always"
,
"suppressTaskName"
:
true
,
"tasks"
:
[
{
"taskName"
:
"build"
,
"isBuildCommand"
:
true
,
"args"
:
[
"run"
,
"build"
]
}
,
{
"taskName"
:
"test"
,
"isTestCommand"
:
true
,
"args"
:
[
"test"
]
}
]
}