UNPKG

windows-ss

Version:

[![npm version](https://badge.fury.io/js/windows-ss.svg)](https://badge.fury.io/js/windows-ss)

28 lines 618 B
{ "version": "2.0.0", "tasks": [ { "type": "npm", "script": "dev", "problemMatcher": "$tsc-watch", "presentation": { "reveal": "never" }, "group": "build", "label": "rollup: watch (dev)", "runOptions": { "runOn": "folderOpen", } }, { "type": "npm", "script": "build", "problemMatcher": "$tsc-watch", "presentation": { "reveal": "never" }, "group": "build", "label": "rollup: build", } ] }