Skip to content

Commit

Permalink
build: fix esm
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMuller committed Oct 23, 2024
1 parent c568824 commit 842525a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless-guru/logger",
"version": "1.0.2",
"version": "1.0.3",
"description": "Common logger utility",
"main": "./lib/cjs/index.js",
"types": "./lib/cjs/index.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"module": "ESNext",
"outDir": "lib/esm",
"tsBuildInfoFile": ".tsbuildinfo/esm.json"
}
Expand Down

0 comments on commit 842525a

Please sign in to comment.