Skip to content

Commit

Permalink
Merge pull request #139 from ludorenzetti/export-typings
Browse files Browse the repository at this point in the history
chore: export typescript type definitions
  • Loading branch information
JoshuaKGoldberg committed Jun 16, 2023
2 parents 5214a13 + 719088c commit 9bb23c3
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 @@ -37,7 +37,7 @@
"typescript": "^5.0.4"
},
"scripts": {
"build": "tsup ./src/index.ts --format esm,cjs --out-dir lib",
"build": "tsup ./src/index.ts --format esm,cjs --out-dir lib --dts",
"compile": "tsc",
"coverage": "npm run test -- --coverage",
"prepublishOnly": "npm run coverage",
Expand All @@ -49,6 +49,7 @@
"require": "./lib/index.cjs"
}
},
"types": "./lib/index.d.ts",
"main": "./lib/index.js",
"license": "MIT",
"type": "module"
Expand Down

0 comments on commit 9bb23c3

Please sign in to comment.