Skip to content

Commit b5af219

Browse files
committed
fix: add missing index.d.cts file
1 parent b818b8d commit b5af219

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/old-buses-know.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-import-resolver-typescript": patch
3+
---
4+
5+
fix: add missing `index.d.cts` file

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
},
4040
"types": "lib/index.d.ts",
4141
"files": [
42+
"index.d.cts",
4243
"lib",
4344
"!**/*.tsbuildinfo"
4445
],

0 commit comments

Comments
 (0)