Skip to content

Commit 45d5210

Browse files
authored
fix: solve types not found (#163)
1 parent 2e12d97 commit 45d5210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export default defineConfig(({ mode }) => {
6565
// build types in dist/types
6666
dts({
6767
outDir: "./dist/types",
68+
entryRoot: "src/plugins",
6869
include: ["src/plugins/theme.ts"],
6970
}),
7071
// copy assets into dist

0 commit comments

Comments
 (0)