Skip to content

Commit 345b91c

Browse files
committed
feat: add TypeScript definitions path to package.json
1 parent 68e81e8 commit 345b91c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"default": "./dist/arjs-core.mjs"
1212
}
1313
},
14+
"types": "types/src/index.d.ts",
1415
"sideEffects": false,
1516
"scripts": {
1617
"format-check": "prettier --check .",

0 commit comments

Comments
 (0)