Skip to content

Commit 91506d0

Browse files
committed
Update type definitions and adjust package.json for better file inclusion
1 parent f32d25c commit 91506d0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"main": "src/index.js",
77
"module": "src/index.js",
8-
"types": "src/index.d.ts",
8+
"types": "types/index.d.ts",
99
"exports": {
1010
".": {
1111
"import": "./src/index.js",
@@ -48,7 +48,10 @@
4848
"files": [
4949
"src",
5050
"README.md",
51-
"LICENSE"
51+
"LICENSE",
52+
"*.d.ts",
53+
"!src/**/*.test.*",
54+
"!src/**/*.d.ts"
5255
],
5356
"engines": {
5457
"node": ">=18"
File renamed without changes.

0 commit comments

Comments
 (0)