pojokcodeid.nvim-lazy/snippets/laravel-blade/.vscode/tasks.json
2023-03-03 07:09:50 +07:00

15 lines
No EOL
309 B
JSON

{
"version": "2.0.0",
"type": "shell",
"command": "npm",
// run the custom script "compile" as defined in package.json
"args": [
"run",
"compile",
"--loglevel",
"silent"
],
"isBackground": true,
// The tsc compiler is started in watching mode
"problemMatcher": "$tsc-watch"
}