Skip to content

Commit 76d326a

Browse files
committed
fix: type declarations
1 parent 1ab442a commit 76d326a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"postversion": "git push && git push --tags"
2020
},
2121
"files": [
22-
"dist/**/*"
22+
"dist/**"
2323
],
2424
"types": "dist",
2525
"type": "module",

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"resolveJsonModule": true,
1919

2020
"incremental": true,
21-
"strict": false
21+
"strict": false,
22+
"declaration": true
2223
},
2324
"compileOnSave": true,
2425
"include": ["src/**.ts"],

0 commit comments

Comments
 (0)