@daysmart/cdk-certificate
Version:
You should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (`CdkCertificate`) which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
26 lines (24 loc) • 629 B
JSON
{
"compilerOptions": {
"target":"ES2018",
"module": "commonjs",
"lib": ["es2018"],
"declaration": true,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": false,
"inlineSourceMap": true,
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization":false,
"typeRoots": ["./node_modules/@types"],
"outDir": "dist"
},
"exclude": ["cdk.out", "dist/*"]
}