Skip to content

Commit 1618a9b

Browse files
committed
chore: publish source and generate delcaration map
1 parent f41eb9f commit 1618a9b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"main": "build/index.js",
66
"type": "module",
77
"files": [
8+
"src",
9+
"index.ts",
810
"build/src",
911
"build/index.d.ts",
12+
"build/index.d.ts.map",
1013
"build/index.js"
1114
],
1215
"exports": {

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"strictBindCallApply": true,
2020
"strictFunctionTypes": true,
2121
"noImplicitThis": true,
22+
"declarationMap": true,
2223
"skipLibCheck": true,
2324
"types": ["@types/node"]
2425
},

0 commit comments

Comments
 (0)