view third_party/bun/tsconfig.json @ 231:09a96dcb2b4c hg-web

[merge] Join existing hg-web branch head
author MrJuneJune <me@mrjunejune.com>
date Sun, 02 Aug 2026 16:50:48 -0700
parents a2725419f988
children
line wrap: on
line source

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