Skip to content

Commit 34bdf31

Browse files
committed
Fix tsc errors
1 parent 537aff4 commit 34bdf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/evals/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"compilerOptions": {
44
"types": ["vitest/globals"]
55
},
6-
"include": ["src"],
6+
"include": ["src", "drizzle.config.ts"],
77
"exclude": ["node_modules"]
88
}

0 commit comments

Comments
 (0)