configure-aws-credentials/tsconfig.json
2022-10-15 20:26:49 -07:00

38 lines
971 B
JSON
Generated

{
"compilerOptions": {
"rootDir": "src",
"outDir": "build",
"alwaysStrict": true,
"declaration": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"inlineSourceMap": true,
"inlineSources": true,
"lib": [
"es2019"
],
"module": "commonjs",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"strict": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"stripInternal": true,
"target": "es2022",
"forceConsistentCasingInFileNames": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"pretty": true
},
"include": [
"src/**/*.ts"
],
"exclude": [],
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}