Skip to content

Commit

Permalink
export typings from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandrjet committed Oct 24, 2023
1 parent 88319f5 commit 1311b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"browser": "./dist/index.module.js",
"umd": "./dist/index.umd.js",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"require": "./dist/index.js",
"types": "./typings/index.d.ts"
}
},
"types": "typings/index.d.ts",
Expand Down

0 comments on commit 1311b22

Please sign in to comment.