3 files
version: "1.0.1" name: ts description: TypeScript conventions and type-safe patterns.
strict: true
?.
??
interface
type
import type
describe("feature", () => { it("behavior description", () => { // AAA pattern, expect API });});