mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"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/codebuild-tests.ts",
|
|
"test/connect-contact-flow-tests.ts",
|
|
"test/cognito-tests.ts",
|
|
"test/dynamodb-tests.ts",
|
|
"test/eventbridge-tests.ts",
|
|
"test/kinesis-tests.ts",
|
|
"test/lex-tests.ts",
|
|
"test/s3-tests.ts",
|
|
"test/ses-tests.ts",
|
|
"test/sns-tests.ts",
|
|
"test/sqs-tests.ts",
|
|
"test/msk-tests.ts"
|
|
]
|
|
}
|