diff --git a/vite.config.ts b/vite.config.ts index 88fd1f3..0d46216 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -22,6 +22,6 @@ export default defineConfig(({ mode }) => { return { root: resolve('examples', DIR), server: { port: Number(PORT) }, - plugins: [tsconfigPaths()], + plugins: [tsconfigPaths({ root: resolve('.') })], }; });