chore: documentation and optimization

What a rhyme.
This commit is contained in:
2026-07-11 01:46:43 +02:00
parent ba5595a783
commit aabc1fa1b1
14 changed files with 1009 additions and 368 deletions
+1
View File
@@ -2,6 +2,7 @@ import { defineConfig } from "gen-doctests/config";
export default defineConfig({
include: ["src/**/*.{js,ts}"],
exclude: ["src/**/*.d.ts"],
outDir: "tests/generated",
templateHeader: [
"import { test, expect, expectTypeOf, describe, vi } from 'vitest'",