diff --git a/typst.toml b/typst.toml index 005c773..67cecdc 100644 --- a/typst.toml +++ b/typst.toml @@ -7,5 +7,5 @@ keywords = ["type", "validation", "zod"] license = "GPL-3.0-only" repository = "https://github.com/typst-community/valkyrie" description = "Type safe type validation" -exclude = ["README.md", "CHANGELOG.md", "Justfile", "docs"] +exclude = ["README.md", "CHANGELOG.md", "Justfile", "docs", "tests"] categories = ["scripting", "utility"] \ No newline at end of file