view third_party/bun/tsconfig.json @ 240:c345083cd8a7

[mrjunejune] Show star animation in light mode
author MrJuneJune <me@mrjunejune.com>
date Mon, 03 Aug 2026 10:48:59 -0700
parents a2725419f988
children
line wrap: on
line source

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