Files
hakurei/cmd/mbf/internal/pkgserver/ui/tsconfig.json
mae 1d5d063d6a cmd/mbf: package status dashboard
This displays package metadata with optional status from a report.
2026-05-02 05:05:56 +09:00

8 lines
123 B
JSON

{
"compilerOptions": {
"target": "ES2024",
"strict": true,
"alwaysStrict": true,
"outDir": "static"
}
}