Skip to content

Commit

Permalink
Merge pull request #9 from futura-dev/fix/import-in-code
Browse files Browse the repository at this point in the history
fix: build to allow import in code
  • Loading branch information
faridevnz authored Oct 30, 2024
2 parents f9f6c5e + cb6c3ae commit c386818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"/bin",
"/dist"
],
"main": "./dist/commands.js",
"bin": {
"@futura-dev/cosmoprism": "dist/cli.js"
},
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"declaration": true
}
}

0 comments on commit c386818

Please sign in to comment.