Files
tekelanew_acs/acs/nladmin-ui/node_modules/ansi_up/.vscode/tasks.json

9 lines
264 B
JSON
Raw Normal View History

2024-12-03 17:40:13 +08:00
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "./node_modules/.bin/tsc",
"isShellCommand": true,
"args": ["-p", "."],
"showOutput": "always"
}