OptionalallowWhat tools to use for type checking.
OptionalenabledRun typechecking tests alongside regular tests.
Pattern for files that should not be treated as test files
OptionalignoreDo not fail, if Vitest found errors outside the test files.
Pattern for files that should be treated as test files
OptionalonlyWhen typechecking is enabled, only run typechecking tests.
OptionalspawnMinimum time in milliseconds it takes to spawn the typechecker.
OptionaltsconfigPath to tsconfig, relative to the project root.
Check JS files that have
@ts-checkcomment. If you have it enabled in tsconfig, this will not overwrite it.