Files
hakurei/cmd/pkgserver/ui/tsconfig.json

8 lines
123 B
JSON

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