Skip to content

Commit 9918b4f

Browse files
authored
fix: #63 (#64)
* fix: #63 * chore: removed unnecessary '.' block * Change files
1 parent 5130692 commit 9918b4f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: Wrong type declaration in package.json cause TS7016",
4+
"packageName": "@minecraft/math",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

libraries/math/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
],
1111
"description": "Math utilities for use with minecraft scripting modules",
1212
"exports": {
13-
"import": "./lib/index.js"
13+
"import": "./lib/index.js",
14+
"types": "./lib/types/math-public.d.ts"
1415
},
1516
"type": "module",
1617
"types": "./lib/types/math-public.d.ts",

0 commit comments

Comments
 (0)