File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- "target" : " ES5 " ,
3
+ "target" : " ES6 " ,
4
4
"lib" : [" ES6" ],
5
5
"noImplicitAny" : true ,
6
6
"noImplicitReturns" : true ,
7
7
"strictNullChecks" : true ,
8
8
"esModuleInterop" : true ,
9
+ "module" : " commonjs" ,
9
10
"moduleResolution" : " node" ,
10
11
"downlevelIteration" : true ,
11
12
"outDir" : " lib" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- "target" : " ES5 " ,
3
+ "target" : " ES6 " ,
4
4
"lib" : [" ES6" ],
5
5
"noImplicitAny" : true ,
6
6
"noImplicitReturns" : true ,
7
7
"strictNullChecks" : true ,
8
8
"esModuleInterop" : true ,
9
+ "module" : " commonjs" ,
9
10
"moduleResolution" : " node" ,
10
11
"downlevelIteration" : true ,
11
12
"outDir" : " lib" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- "target" : " ES5 " ,
3
+ "target" : " ES6 " ,
4
4
"lib" : [" ES6" ],
5
5
"noImplicitAny" : true ,
6
6
"noImplicitReturns" : true ,
7
7
"strictNullChecks" : true ,
8
8
"esModuleInterop" : true ,
9
+ "module" : " commonjs" ,
9
10
"moduleResolution" : " node" ,
10
11
"downlevelIteration" : true ,
11
12
"outDir" : " lib" ,
You can’t perform that action at this time.
0 commit comments