Skip to content

Commit

Permalink
included types to build (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abse2001 authored Jan 28, 2025
1 parent d1cabf9 commit b35680b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"type": "module",
"main": "./dist/lib/index.js",
"version": "0.0.18",
"types": "./dist/lib/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup-node ./cli.ts ./lib/index.ts --format esm --sourcemap",
"build": "tsup-node ./cli.ts ./lib/index.ts --format esm --sourcemap --dts",
"format": "biome format --write .",
"format:check": "biome format .",
"test": "bun test"
Expand Down

0 comments on commit b35680b

Please sign in to comment.