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 11{
22 "compilerOptions" : {
3- "target" : " ES5 " ,
3+ "target" : " ES6 " ,
44 "lib" : [" ES6" ],
55 "noImplicitAny" : true ,
66 "noImplicitReturns" : true ,
77 "strictNullChecks" : true ,
88 "esModuleInterop" : true ,
9+ "module" : " commonjs" ,
910 "moduleResolution" : " node" ,
1011 "downlevelIteration" : true ,
1112 "outDir" : " lib" ,
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "target" : " ES5 " ,
3+ "target" : " ES6 " ,
44 "lib" : [" ES6" ],
55 "noImplicitAny" : true ,
66 "noImplicitReturns" : true ,
77 "strictNullChecks" : true ,
88 "esModuleInterop" : true ,
9+ "module" : " commonjs" ,
910 "moduleResolution" : " node" ,
1011 "downlevelIteration" : true ,
1112 "outDir" : " lib" ,
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "target" : " ES5 " ,
3+ "target" : " ES6 " ,
44 "lib" : [" ES6" ],
55 "noImplicitAny" : true ,
66 "noImplicitReturns" : true ,
77 "strictNullChecks" : true ,
88 "esModuleInterop" : true ,
9+ "module" : " commonjs" ,
910 "moduleResolution" : " node" ,
1011 "downlevelIteration" : true ,
1112 "outDir" : " lib" ,
You can’t perform that action at this time.
0 commit comments