UNPKG

azure-functions-azuredb-executer

Version:

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

15 lines 285 B
{ "compilerOptions": { "target": "ES6", "module": "commonjs", "watch": true, "sourceMap": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "types": ["node"] }, "exclude": [ "node_modules", "**/*.spec.ts" ] }