Skip to content

Commit

Permalink
Merge pull request #728 from semaphore-protocol/chore/es2020-target
Browse files Browse the repository at this point in the history
Update TypeScript target to `ES2020`

Former-commit-id: 02cd18f
  • Loading branch information
cedoor authored Mar 26, 2024
2 parents 832b0d6 + f569b2f commit a3f86d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"baseUrl": ".",
"strict": true,
"target": "ES5",
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "Bundler",
"esModuleInterop": true,
Expand Down

0 comments on commit a3f86d9

Please sign in to comment.