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