File tree Expand file tree Collapse file tree 1 file changed +4
-24
lines changed Expand file tree Collapse file tree 1 file changed +4
-24
lines changed Original file line number Diff line number Diff line change 11{
2+ "extends" : " ../../tsconfig.json" ,
23 "compilerOptions" : {
3- "experimentalDecorators" : true ,
4- "noImplicitAny" : true ,
5- "target" : " ES2020" ,
6- "module" : " commonjs" ,
7- "declaration" : true ,
8- "declarationMap" : true ,
9- "outDir" : " lib" ,
10- "removeComments" : false ,
11- "strict" : true ,
12- "inlineSourceMap" : true ,
13- "moduleResolution" : " node" ,
14- "resolveJsonModule" : true ,
15- "pretty" : true ,
16- "esModuleInterop" : true ,
17- "allowJs" : true ,
4+ "rootDir" : " ./" ,
185 "baseUrl" : " ." ,
6+ "noEmit" : true ,
197 "paths" : {
208 "@aws-lambda-powertools/parameters/ssm" : [
219 " ../../packages/parameters/lib/ssm"
4129 ],
4230 "@aws-lambda-powertools/batch" : [" ../../packages/batch/lib" ]
4331 }
44- },
45- "exclude" : [" ./node_modules" ],
46- "watchOptions" : {
47- "watchFile" : " useFsEvents" ,
48- "watchDirectory" : " useFsEvents" ,
49- "fallbackPolling" : " dynamicPriority"
50- },
51- "lib" : [" ES2020" ],
52- "types" : [" node" ]
32+ }
5333}
You can’t perform that action at this time.
0 commit comments