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 1
1
{
2
+ "extends" : " ../../tsconfig.json" ,
2
3
"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" : " ./" ,
18
5
"baseUrl" : " ." ,
6
+ "noEmit" : true ,
19
7
"paths" : {
20
8
"@aws-lambda-powertools/parameters/ssm" : [
21
9
" ../../packages/parameters/lib/ssm"
41
29
],
42
30
"@aws-lambda-powertools/batch" : [" ../../packages/batch/lib" ]
43
31
}
44
- },
45
- "exclude" : [" ./node_modules" ],
46
- "watchOptions" : {
47
- "watchFile" : " useFsEvents" ,
48
- "watchDirectory" : " useFsEvents" ,
49
- "fallbackPolling" : " dynamicPriority"
50
- },
51
- "lib" : [" ES2020" ],
52
- "types" : [" node" ]
32
+ }
53
33
}
You can’t perform that action at this time.
0 commit comments