Skip to content

Commit

Permalink
chore: transpile typescript to es2020 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
roikoren755 authored May 29, 2022
1 parent 8591236 commit f11054b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-lions-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-plugin-es-roikoren': major
---

chore: transpile typescript to es2020
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.prod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"target": "es2020",
"module": "commonjs",
"allowJs": true,
"declaration": true,
Expand Down

0 comments on commit f11054b

Please sign in to comment.