Skip to content

Commit

Permalink
fix: add types to export map (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Nov 3, 2022
1 parent 6c9cc16 commit b0c1021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -9,7 +9,8 @@
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./dist/webpack/loaders/load": "./dist/webpack/loaders/load.js",
"./dist/webpack/loaders/transform": "./dist/webpack/loaders/transform.js"
Expand Down

0 comments on commit b0c1021

Please sign in to comment.