UNPKG

json-to-ts

Version:

Convert json object to typescript interfaces

37 lines (36 loc) 716 B
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "command": "npm", "tasks": [ { "label": "install", "type": "shell", "args": ["install"], "problemMatcher": [] }, { "label": "update", "type": "shell", "args": ["update"], "problemMatcher": [] }, { "label": "test", "type": "shell", "args": ["run", "test"], "problemMatcher": [] }, { "label": "build", "type": "shell", "args": ["run", "build"], "problemMatcher": [], "group": { "_id": "build", "isDefault": false } } ] }