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