UNPKG

azure-functions-azuredb-executer

Version:

Small project to avoid boiler plate when creating Azure Functions that execute jobs in Azure Sql Databases

16 lines (15 loc) 364 B
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "type": "typescript", "tsconfig": "tsconfig.json", "group": { "kind": "build", "isDefault": true }, } ] }