Skip to content

Commit

Permalink
fix: specify types in exports (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed May 11, 2022
1 parent 5c62a04 commit 985e7b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -19,7 +19,8 @@
"./package.json": "./package.json",
".": {
"import": "./dist/magic-string.es.mjs",
"require": "./dist/magic-string.cjs.js"
"require": "./dist/magic-string.cjs.js",
"types": "./index.d.ts"
}
},
"typings": "index.d.ts",
Expand Down

0 comments on commit 985e7b4

Please sign in to comment.