Files
esengine/demo/.vscode/tasks.json
2020-07-03 16:45:52 +08:00

10 lines
164 B
JSON

{
"version": "0.1.0",
"command": "egret",
"isShellCommand": true,
"showOutput": "silent",
"args": [
"build"
],
"problemMatcher": "$tsc"
}