0.0.5 • Published 2 years ago
typescript-aws-lambda v0.0.5
TypeScript Configuration for AWS Lambda
Recommended TypeScript configuration for working with AWS Lambda.
Usage
Install the package:
npm install -D typescript-aws-lambdaExtend the configuration in your tsconfig.json:
{
"extends": "typescript-aws-lambda/tsconfig.json"
}License
MIT