Skip to content

Commit 510cff3

Browse files
committed
keep index.d.cts in npm distribution
1 parent 4215f50 commit 510cff3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/openapi-typescript-helpers/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
},
2424
"./*": "./*"
2525
},
26+
"files": [
27+
"index.js",
28+
"index.cjs",
29+
"index.d.ts",
30+
"index.d.cts"
31+
],
2632
"homepage": "https://openapi-ts.dev",
2733
"repository": {
2834
"type": "git",

0 commit comments

Comments
 (0)