Skip to content

Commit 5e40e80

Browse files
author
sanguogege
committed
1 parent c3b5081 commit 5e40e80

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/ui/vite.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ import tailwindcss from "@tailwindcss/vite";
66
export default defineConfig({
77
plugins: [
88
solidPlugin(),
9-
dts({ include: ["src"] }),
9+
dts({
10+
include: ["src"],
11+
insertTypesEntry: true,
12+
entryRoot: "src",
13+
}),
1014
tailwindcss(),
1115
],
1216
build: {
@@ -22,6 +26,7 @@ export default defineConfig({
2226
"solid-js/store",
2327
"@kobalte/core",
2428
"tailwind-variants",
29+
"tailwind-merge",
2530
],
2631
},
2732
},

0 commit comments

Comments
 (0)