Skip to content

Commit

Permalink
feat: compile to ES2017
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop compiling to ES5
  • Loading branch information
andrepolischuk committed Nov 27, 2023
1 parent 0e3df05 commit 0672591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .size-limit.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"path": "dist/index.js",
"limit": "24 KB"
"limit": "20.1 KB"
}
]
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "@rambler-tech/ts-config/base",
"compilerOptions": {
"target": "es2017",
"baseUrl": "src",
"outDir": "dist",
"sourceMap": false,
Expand Down

0 comments on commit 0672591

Please sign in to comment.