16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "build",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"problemMatcher": [],
|
|
"label": "npm: build",
|
|
"detail": "ng build --output-path E:\\Project\\iRehemaMVC\\iRehema\\ClientApp"
|
|
}
|
|
]
|
|
} |