File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 33 "compilerOptions" : {
44 /* Basic Options */
55 "noEmit" : true ,
6- "lib" : [" ES2020" ],
6+ "lib" : [" ES2018" ],
7+ "target" : " ES2018" ,
8+ "module" : " CommonJS" ,
79
810 /* Module Resolution Options */
911 "esModuleInterop" : true ,
Original file line number Diff line number Diff line change 33 "compilerOptions" : {
44 /* Basic Options */
55 "noEmit" : true ,
6- "lib" : [" ES2020" ],
6+ "lib" : [" ES2018" ],
7+ "target" : " ES2018" ,
8+ "module" : " CommonJS" ,
79
810 /* Module Resolution Options */
911 "esModuleInterop" : true ,
Original file line number Diff line number Diff line change 33 "compilerOptions" : {
44 /* Basic Options */
55 "noEmit" : true ,
6- "lib" : [" ES2020" ],
6+ "lib" : [" ES2018" ],
7+ "target" : " ES2018" ,
8+ "module" : " CommonJS" ,
79
810 /* Module Resolution Options */
911 "esModuleInterop" : true ,
You can’t perform that action at this time.
0 commit comments