EvidyTS

EvidyTS — A stricter TypeScript dialect/compiler for AI-generated software

EvidyTS is a stricter TypeScript dialect/compiler for AI-generated software. It keeps TypeScript syntax familiar, but removes ambiguous shortcuts and sloppy defaults so AI coding agents can produce code with clearer structure, behavior, and tests.

What it does

EvidyTS keeps generated TypeScript inside a narrower shape: named specs, explicit return types, predictable files, companion tests, and structural limits that make bad output fail early.

Where it fits

Evidype is the VS Code agent. EvidyTS compiler is the stricter compile target behind it.

Start with the EvidyTS compiler documentation or install Evidype from the download page.

Source code is available in the EvidyTS compiler repository.