Skip to content

Commit

Permalink
fix: subpackages dts in node10 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin authored Aug 11, 2023
1 parent e7b5352 commit 11e6a36
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,26 @@
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"typesVersions": {
"*": {
"core": [
"./dist/core.d.mts"
],
"wasm": [
"./dist/wasm.d.mts"
],
"languages": [
"./dist/languages.d.mts"
],
"themes": [
"./dist/themes.d.mts"
],
"*": [
"./dist/*",
"./*"
]
}
},
"files": [
"dist"
],
Expand Down

0 comments on commit 11e6a36

Please sign in to comment.