charcoal/typescript icon
public
Published on 4/20/2025
charcoal/typescript

Just some basic TypeScript stuff I like in my code

Rules

Build & Development Commands

  • When making TypeScript structures always use Type, never use Interface
  • Always use the simplest implementation.
  • Do not add new libraries, unless told to.
  • Do suggest libraries to add, but explain as to why it would help.