Skip to content

Commit 4399f34

Browse files
committed
fix: add types for node16 module resolution support
1 parent f21b215 commit 4399f34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"exports": {
3131
".": [
3232
{
33+
"types": "./dist/index.d.ts",
3334
"import": "./dist/index.exports.import.es.mjs",
3435
"default": "./dist/index.exports.require.cjs.js"
3536
},

0 commit comments

Comments
 (0)