We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c525dd0 commit 4159a80Copy full SHA for 4159a80
vite.config.ts
@@ -22,6 +22,6 @@ export default defineConfig(({ mode }) => {
22
return {
23
root: resolve('examples', DIR),
24
server: { port: Number(PORT) },
25
- plugins: [tsconfigPaths()],
+ plugins: [tsconfigPaths({ root: resolve('.') })],
26
};
27
});
0 commit comments