Skip to content

Commit

Permalink
Update typescript target
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Sep 22, 2023
1 parent 34712dc commit 8a36287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "es2020",
"target": "es2017",
"module": "es2022",
"target": "es2020",
"strict": true,
"declaration": true,
"outDir": "dist",
Expand Down

0 comments on commit 8a36287

Please sign in to comment.