@tensorflow/tfjs-core
Version:
Hardware-accelerated JavaScript library for machine intelligence
28 lines (27 loc) • 547 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"command": "yarn",
"label": "lint",
"type": "shell",
"args": [
"lint"
],
"problemMatcher": {
"base": "$tslint5",
"owner": "tslint-type-checked",
"fileLocation": "absolute"
}
},
{
"command": "yarn",
"label": "build",
"type": "shell",
"args": ["build", "--pretty", "false", "--noEmit"],
"problemMatcher": [
"$tsc"
]
}
]
}