Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
uzmoi committed Oct 4, 2024
1 parent 5ae7915 commit 09d0027
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import { defineConfig } from "vitest/config";

declare global {
interface ImportMeta {
dirname: string;
}
}

export default defineConfig({
test: {
include: ["{src,examples}/**/*.test.ts"],
Expand Down

0 comments on commit 09d0027

Please sign in to comment.