Skip to content

Commit

Permalink
chore: update typescript lib and target version to es2022
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannibaratta committed Feb 25, 2024
1 parent 28b5f84 commit f227894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/tsconfig-google.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"allowUnusedLabels": false,
"declaration": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es2018"],
"lib": ["es2022"],
"module": "commonjs",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"pretty": true,
"sourceMap": true,
"strict": true,
"target": "es2018"
"target": "es2022"
},
"exclude": ["node_modules"]
}

0 comments on commit f227894

Please sign in to comment.