aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf/internal/pkgserver/ui/tsconfig.json
blob: 24df49366caf814ffc3a0ae7c6ff5116da877b79 (plain)
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "target": "ES2024",
    "strict": true,
    "alwaysStrict": true,
    "outDir": "static"
  }
}