Skip to content

Commit

Permalink
make it a esm module instead of common js
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Jun 6, 2024
1 parent e73a01e commit afe7f3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@pimlico/alto",
"version": "0.0.1",
"type": "module",
"description": "A performant and modular ERC-4337 Bundler written in Typescript",
"repository": "https://github.com/pimlicolabs/alto.git",
"author": "Pimlico",
Expand Down
4 changes: 2 additions & 2 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "lib",
"target": "esnext",
"module": "commonjs",
"module": "ESNext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
Expand Down Expand Up @@ -54,4 +54,4 @@
"tsc-alias": {
"resolveFullPaths": true,
}
}
}

0 comments on commit afe7f3c

Please sign in to comment.