Skip to content

Commit

Permalink
fix: Fix types missing from published package.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed May 22, 2024
1 parent 27837f1 commit 7f7ca10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/packemon/tsconfig.mjs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.options.json",
"compilerOptions": {
"outDir": "cjs",
"outDir": "mjs",
"rootDir": "src"
},
"include": [
Expand Down

0 comments on commit 7f7ca10

Please sign in to comment.