UNPKG

foalts2-cli

Version:

CLI tool for FoalTS

25 lines 500 B
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "type": "npm", "script": "build", "label": "build", "problemMatcher": [] }, { "type": "npm", "script": "build:test", "label": "build:test", "problemMatcher": [] }, { "type": "npm", "script": "build:e2e", "label": "build:e2e", "problemMatcher": [] } ] }