File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"module" : " commonjs" ,
4
- "target" : " es6 " ,
4
+ "target" : " ES2020 " ,
5
5
"outDir" : " out" ,
6
- "lib" : [" es6 " ],
6
+ "lib" : [" ES2020 " ],
7
7
"sourceMap" : true ,
8
8
"rootDir" : " ." ,
9
9
"resolveJsonModule" : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"module" : " commonjs" ,
4
- "target" : " es6 " ,
4
+ "target" : " ES2020 " ,
5
5
"outDir" : " out" ,
6
- "lib" : [" es6 " ],
6
+ "lib" : [" ES2020 " ],
7
7
"sourceMap" : false ,
8
8
"removeComments" : true ,
9
9
"rootDir" : " ." ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"module" : " commonjs" ,
4
- "target" : " es6 " ,
4
+ "target" : " ES2020 " ,
5
5
"outDir" : " out" ,
6
- "lib" : [" es6 " ],
6
+ "lib" : [" ES2020 " ],
7
7
"sourceMap" : true ,
8
8
"rootDir" : " ." ,
9
9
"resolveJsonModule" : true
You can’t perform that action at this time.
0 commit comments