Skip to content

Commit

Permalink
Update TS build target to es2021
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmielnik committed Sep 27, 2022
1 parent b8a8e4a commit 9aef6c9
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 @@ -13,7 +13,7 @@
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"target": "es5"
"target": "es2021"
},
"exclude": ["node_modules", "**/*.test.ts"],
"include": ["./src", "index.ts"]
Expand Down

0 comments on commit 9aef6c9

Please sign in to comment.