UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

39 lines (38 loc) 810 B
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "lib": [ "es2022" ], "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, "skipLibCheck": true, "typeRoots": [ "./node_modules/@types" ], "noEmit": true, "isolatedModules": true, "types": [ "jest", "node" ] }, "exclude": [ "node_modules", "cdk.out" ] }