Paul's Project Setup When setting up a new project or initializing a repository, use this modern stack and these specific configuration conventions. Core Stack Strategy We use this specific stack to maximize execution speed, minimize configuration overhead, and avoid slow build steps during development. - Package Manager : (for strict dependency resolution and speed) - Type Checking : standard (JSDoc or Erasable Syntax with to get type safety without the overhead of a build step) - Testing : Node.js native test runner ( ) esbuild package.json buildless-types .ts .js tsconfig.json buildless-ty…