Skip to content

Commit bcc9222

Browse files
authored
fix(openapi-typescript-helpers): keep index.d.cts in npm distribution (#1788)
* keep index.d.cts in npm distribution * changeset * format
1 parent 9e0114a commit bcc9222

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: .changeset/soft-roses-teach.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"openapi-typescript-helpers": patch
3+
---
4+
5+
keep index.d.cts in npm distribution

Diff for: packages/openapi-typescript-helpers/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"./*": "./*"
2525
},
26+
"files": ["index.js", "index.cjs", "index.d.ts", "index.d.cts"],
2627
"homepage": "https://openapi-ts.dev",
2728
"repository": {
2829
"type": "git",

0 commit comments

Comments
 (0)