mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 13:01:30 +01:00
10 lines
139 B
TypeScript
10 lines
139 B
TypeScript
import { defineConfig } from "vitest/config"
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
typecheck: {
|
|
enabled: true,
|
|
},
|
|
},
|
|
})
|