tags: bmocdk

Refers:

tsconfig.json:

kaau@OCLT71159526 ~/myproj/TREO_NACB_DB_Deployment_and_Support_87735/infra$ cat tsconfig.json 
[[blue:{]]
[[blue:  "compilerOptions": {]]
[[blue:    "target": "ES2023",]]
[[blue:    "module": "commonjs",]]
[[blue:    "lib": []]
[[blue:      "es2023",]]
[[blue:      "dom"]]
[[blue:    ],]]
[[blue:    "skipLibCheck": true,]]
[[blue:    "declaration": true,]]
[[blue:    "strict": true,]]
[[blue:    "noImplicitAny": true,]]
[[blue:    "strictNullChecks": true,]]
[[blue:    "noImplicitThis": true,]]
[[blue:    "alwaysStrict": true,]]
[[blue:    "noUnusedLocals": false,]]
[[blue:    "noUnusedParameters": false,]]
[[blue:    "noImplicitReturns": true,]]
[[blue:    "noFallthroughCasesInSwitch": false,]]
[[blue:    "inlineSourceMap": true,]]
[[blue:    "inlineSources": true,]]
[[blue:    "experimentalDecorators": true,]]
[[blue:    "resolveJsonModule": true,]]
[[blue:    "strictPropertyInitialization": false,]]
[[blue:    "esModuleInterop": true,]]
[[blue:    "noEmit": true,]]
[[blue:    "types": []]
[[blue:      "node"]]
[[blue:    ],]]
[[blue:    "typeRoots": []]
[[blue:      "./node_modules/@types"]]
[[blue:    ]]]
[[blue:  },]]
[[blue:  "exclude": []]
[[blue:    "node_modules",]]
[[blue:    "cdk.out"]]
[[blue:  ]]]
[[blue:}]]