view third_party/bun/tsconfig.json @ 205:e07b4b5a66bb

Bad named files.
author MrJuneJune <me@mrjunejune.com>
date Sun, 15 Feb 2026 11:07:52 -0800
parents a2725419f988
children
line wrap: on
line source

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