{ "compilerOptions": { "module": "commonjs", "lib": [ "es6" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", "aws-lambda-tests.ts", "test/alb-tests.ts", "test/api-gateway-tests.ts", "test/cloudformation-tests.ts", "test/cloudfront-tests.ts", "test/cloudwatch-tests.ts", "test/codepipeline-tests.ts", "test/cognito-tests.ts", "test/dynamodb-tests.ts", "test/kinesis-tests.ts", "test/lex-tests.ts", "test/s3-tests.ts", "test/sns-tests.ts", "test/sqs-tests.ts" ] }