Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit cc23ab8

Browse files
committedDec 16, 2023
fix(markdown-it): improve types compactible with legacy resolution, close #44
1 parent f3b6f9c commit cc23ab8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎packages/markdown-it-shikiji/package.json

+11
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@
3030
"main": "./dist/index.mjs",
3131
"module": "./dist/index.mjs",
3232
"types": "./dist/index.d.mts",
33+
"typesVersions": {
34+
"*": {
35+
"core": [
36+
"./dist/core.d.mts"
37+
],
38+
"*": [
39+
"./dist/*",
40+
"./*"
41+
]
42+
}
43+
},
3344
"files": [
3445
"dist"
3546
],

0 commit comments

Comments
 (0)