[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

Select the types of activity you want to include in your feed.

🧼 apply @ghostdevv review suggestions from PR #35

Co-Authored-By: ghostdevv <git@willow.sh>

authored by

Nate Moore
ghostdevv
and committed by
Nate Moore
(May 23, 2026, 10:37 PM EDT) db907408 f470b1fc

+2 -4
+2 -4
tasks/build-npm.ts
··· 20 20 typeCheck: false, 21 21 compilerOptions: { 22 22 lib: ["ESNext"], 23 - target: "ES2022", 24 - sourceMap: false, 25 - declarationMap: false, 26 23 }, 24 + skipSourceOutput: true, 27 25 package: { 28 26 name: "clayterm", 29 27 version, ··· 41 39 node: ">= 22", 42 40 }, 43 41 sideEffects: false, 44 - files: ["esm"], 42 + type: "module", 45 43 }, 46 44 }); 47 45