UNPKG
pbrtools
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
laya pbr tools
github.com/guozhaokui/pbrtools
guozhaokui/pbrtools
pbrtools
/
.vscode
/
tasks.json
10 lines
•
274 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version"
:
"0.1.0"
,
"command"
:
"tsc"
,
"isShellCommand"
:
true
,
"args"
: [
"-p"
,
"."
],
"showOutput"
:
"silent"
,
"problemMatcher"
:
"
$tsc
"
}