Skip to content

Commit

Permalink
chore: esm
Browse files Browse the repository at this point in the history
  • Loading branch information
jpb06 committed Nov 9, 2024
1 parent 33f5632 commit 49b3b2a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 3 additions & 0 deletions dist/index.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"effect": "^3.10.13",
"effect-errors": "^1.7.28"
"effect-errors": "^1.7.29"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
"target": "ESNext",
"module": "NodeNext",
"moduleDetection": "force",
"moduleResolution": "NodeNext",
"allowJs": false,
"incremental": false,
"composite": false,

"moduleResolution": "NodeNext",
"noEmit": true,

// Best practices
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"declaration": false
"declaration": false,
"outDir": "./lib"
},
"outDir": "./lib",
"include": ["src/**/*"],
"exclude": [
"node_modules",
Expand Down

0 comments on commit 49b3b2a

Please sign in to comment.