File tree Expand file tree Collapse file tree 4 files changed +7
-17
lines changed Expand file tree Collapse file tree 4 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ./tsconfig.json" ,
3
3
"compilerOptions" : {
4
- "importHelpers" : true ,
5
- "inlineSourceMap" : true ,
6
- "inlineSources" : true ,
7
4
"module" : " commonjs" ,
8
- "moduleResolution" : " node" ,
9
- "noEmitHelpers" : true ,
10
- "sourceMap" : false ,
11
- "strict" : true ,
12
5
"target" : " ES2018"
13
6
}
14
7
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ./tsconfig.json" ,
3
3
"compilerOptions" : {
4
- "importHelpers" : true ,
5
- "inlineSourceMap" : true ,
6
- "inlineSources" : true ,
7
4
"module" : " esnext" ,
8
- "moduleResolution" : " node" ,
9
- "noEmitHelpers" : true ,
10
- "sourceMap" : false ,
11
- "strict" : true ,
12
5
"target" : " es5"
13
6
}
14
7
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
+ "baseUrl" : " ." ,
3
4
"downlevelIteration" : true ,
4
5
"esModuleInterop" : true ,
5
- "resolveJsonModule" : true ,
6
+ "importHelpers" : true ,
7
+ "inlineSourceMap" : true ,
8
+ "inlineSources" : true ,
6
9
"incremental" : true ,
7
10
"lib" : [" es2015" , " dom" ],
8
11
"module" : " commonjs" ,
9
12
"moduleResolution" : " node" ,
13
+ "noEmitHelpers" : true ,
10
14
"noFallthroughCasesInSwitch" : true ,
11
15
"paths" : {
12
16
"@aws-sdk/*" : [" packages/*/src" ],
16
20
},
17
21
"preserveConstEnums" : true ,
18
22
"removeComments" : true ,
19
- "sourceMap" : true ,
23
+ "resolveJsonModule" : true ,
24
+ "strict" : true ,
20
25
"target" : " es5"
21
26
},
22
27
"include" : [" packages/" , " lib/" ],
Original file line number Diff line number Diff line change 3
3
"compilerOptions" : {
4
4
"declaration" : true ,
5
5
"emitDeclarationOnly" : true ,
6
- "strict" : true ,
7
6
"removeComments" : false
8
7
}
9
8
}
You can’t perform that action at this time.
0 commit comments