Skip to content

Commit

Permalink
Upgrade to ES2018
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ll3 committed Dec 2, 2024
1 parent c375dc0 commit 3ceee36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions packages/siwe-parser/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
"target": "ES2018",
"declaration": true,
"outDir": "./dist",
"esModuleInterop": true
},
"include": [
"lib/*"
]
"include": ["lib/*"]
}
2 changes: 1 addition & 1 deletion packages/siwe/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
"target": "ES2018",
"declaration": true,
"outDir": "./dist",
"esModuleInterop": true
Expand Down

0 comments on commit 3ceee36

Please sign in to comment.