mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-23 20:55:47 +00:00
10 lines
183 B
TypeScript
10 lines
183 B
TypeScript
import tsconfigPaths from "vite-tsconfig-paths"
|
|
import { defineConfig } from "vitest/config"
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
// ...
|
|
},
|
|
plugins: [tsconfigPaths()],
|
|
})
|