web-atoms-core
Version:
21 lines • 516 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"label": "Web Atoms Dev Server",
"command": "node",
"args": [
"${env:APPDATA}/npm/node_modules/web-atoms-dev-server/index.js"
],
"problemMatcher": []
},
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"option": "watch",
"problemMatcher": [
"$tsc-watch"
]
}
]
}