Skip to main content
Module

x/value_schema/.vscode/tasks.json

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Go to Latest
File
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "type": "npm", "script": "verify", "group": { "kind": "test", "isDefault": true }, "problemMatcher": [] }, { "type": "npm", "script": "test", "group": "test", "problemMatcher": [] }, { "type": "npm", "script": "watch", "group": { "kind": "build", "isDefault": true }, "problemMatcher": [] }, { "type": "npm", "script": "build", "group": "build", "problemMatcher": [] } ]}