Skip to content

Commit 481afc8

Browse files
Added typings config to the package.json;
1 parent f20b396 commit 481afc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
"bugs": {
6767
"url": "https://github.com/DigitalBrainJS/use-async-effect/issues"
6868
},
69+
"typings": "./use-async-effect.d.ts",
70+
"typescript": {
71+
"definition": "./use-async-effect.d.ts"
72+
},
6973
"dependencies": {},
7074
"peerDependencies": {
7175
"react": ">=16.8.0",

0 commit comments

Comments
 (0)