Skip to content

Commit f19ca05

Browse files
committed
type: fix the issue of missing file types. #36
1 parent 9a015cb commit f19ca05

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

core/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,15 @@
8686
"react-dom": ">=18.0.0"
8787
},
8888
"files": [
89-
"editor.d.ts",
89+
"basic.d.ts",
9090
"dark.d.ts",
91+
"editor.d.ts",
92+
"githubDark.d.ts",
93+
"githubLight.d.ts",
94+
"gruvbox.d.ts",
9195
"light.d.ts",
96+
"monokai.d.ts",
97+
"nord.d.ts",
9298
"triangle-arrow.d.ts",
9399
"triangle-solid-arrow.d.ts",
94100
"cjs",

0 commit comments

Comments
 (0)