view third_party/bun/tsconfig.json @ 218:921ca3086879 hg-web

[hg-web] Add architecture wiki tree
author MrJuneJune <me@mrjunejune.com>
date Sun, 02 Aug 2026 08:34:28 -0700
parents a2725419f988
children
line wrap: on
line source

{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "*": ["*"]
    }
  }
}