4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({});
|