Skip to content

Commit

Permalink
Merge pull request #233 from privacy-scaling-explorations/chore/es202…
Browse files Browse the repository at this point in the history
…0-target

Update TypeScript target to `es2020`
  • Loading branch information
cedoor authored Mar 25, 2024
2 parents 7ab587f + 0945bfc commit f14b1ba
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": "ES6",
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "Bundler",
"esModuleInterop": true,
Expand Down

0 comments on commit f14b1ba

Please sign in to comment.