Skip to content

Commit

Permalink
chore: update size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Mar 25, 2024
1 parent 964fabe commit adde2b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .size-limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
},
{
"path": "packages/local-storage/dist/index.js",
"limit": "200 B"
"limit": "290 B"
},
{
"path": "packages/session-storage/dist/index.js",
"limit": "200 B"
"limit": "290 B"
}
]
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",
"module": "esnext",
"sourceMap": false,
"strictPropertyInitialization": false,
Expand Down

0 comments on commit adde2b7

Please sign in to comment.