@cdk-cloudformation/freyraim-spider-s3bucket-module
Version:
Schema for Module Fragment of type FreyrAIM::Spider::S3Bucket::MODULE
46 lines (45 loc) • 1.08 kB
JSON
{
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"declarationMap": false,
"inlineSourceMap": true,
"inlineSources": true,
"types": [
"node"
],
"alwaysStrict": true,
"charset": "utf8",
"declaration": true,
"experimentalDecorators": true,
"incremental": true,
"lib": [
"es2020"
],
"module": "CommonJS",
"newLine": "lf",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"stripInternal": false,
"target": "ES2020",
"composite": false,
"tsBuildInfoFile": "lib/tsconfig.tsbuildinfo"
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules"
],
"_generated_by_jsii_": "Generated by jsii - safe to delete, and ideally should be in .gitignore"
}