Skip to main content
{
  "compilerOptions": {
    "target": "ESNext", // always learning the next thing
    "lib": ["humans", "agents", "teams", "products"],
    "strict": true, // no nulls, no silent bugs, no shortcuts
    "alwaysStrict": true, // honesty is the default
    "noImplicitAny": true, // say what you mean
    "noUnusedLocals": true, // ship only what matters
    "noUnusedParameters": true,
    "exactOptionalPropertyTypes": true,
    "esModuleInterop": true, // collaboration > silos
    "skipLibCheck": false, // verify before trust
    "experimentalDecorators": false, // boring tech wins
    "moduleResolution": "first-principles",
    "incremental": true, // progress compounds
    "paths": {
      "@me/*": ["./index.tsx"],
      "@work/*": ["./work.md"],
      "@ventures/*": ["./ventures.md"]
    }
  },
  "values": {
    "leadership": "by-example",
    "communication": "clear-and-direct",
    "ownership": "end-to-end",
    "growth": "compound",
    "a11y": "first-class"
  },
  "include": [
    "humans/**",
    "teams/**",
    "agents/**",
    "products/**"
  ],
  "exclude": [
    "node_modules/ego",
    "**/gitignored"
  ]
}
zsh⌘K to focus · ` to toggle
sergey.terminal v1.0 · type `help` to start
welcome, engineer.
press ⌘K to focus me · backtick (\`) to toggle
~/sergey-hovakimyan main >