Skip to content

Commit 24259f3

Browse files
committed
Add /decorator package.json for typescript compatibility
1 parent 931e8e0 commit 24259f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

decorator/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "@github/memoize/decorator",
3+
"types": "../dist/esm/decorator.d.ts",
4+
"main": "../dist/cjs/decorator.js",
5+
"module": "../dist/esm/decorator.js",
6+
"sideEffects": false
7+
}

0 commit comments

Comments
 (0)