File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../../tsconfig.base.json" ,
3
3
"compilerOptions" : {
4
- "target" : " es2017 " ,
5
- "module" : " commonjs " ,
4
+ "target" : " ES2020 " ,
5
+ "module" : " ESNext " ,
6
6
"noImplicitAny" : false ,
7
7
"declaration" : false ,
8
8
"noEmit" : true ,
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://json.schemastore.org/tsconfig" ,
3
3
"extends" : " ./tsconfig.json" ,
4
4
"compilerOptions" : {
5
- "target" : " ES2016 " ,
5
+ "target" : " ES2020 " ,
6
6
"module" : " ESNext" ,
7
7
"rootDir" : " ./src" ,
8
8
"baseUrl" : " ." ,
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://json.schemastore.org/tsconfig" ,
3
3
"extends" : " ./tsconfig.json" ,
4
4
"compilerOptions" : {
5
- "target" : " es2017 " ,
6
- "module" : " commonjs " ,
5
+ "target" : " ES2020 " ,
6
+ "module" : " ESNext " ,
7
7
"noImplicitAny" : false ,
8
8
"declaration" : false ,
9
9
"noUnusedLocals" : false ,
You can’t perform that action at this time.
0 commit comments