Skip to content

Commit 3c8bbde

Browse files
authored
Merge pull request #15 from ScreamZ/patch-1
Update package.json for ts ESM node
2 parents 7605e8a + 5d957e8 commit 3c8bbde

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
@@ -19,6 +19,7 @@
1919
"browser": "src/modern-async.mjs",
2020
"module": "src/modern-async.mjs",
2121
"exports": {
22+
"types": "./modern-async.d.ts",
2223
"import": "./src/modern-async.mjs",
2324
"require": "./dist/modern-async.cjs"
2425
},

0 commit comments

Comments
 (0)