1
0
forked from rosa/hakurei

cmd/pkgserver: enable TypeScript's strict mode

This commit is contained in:
Kat
2026-03-23 06:12:57 +11:00
parent c7e195fe64
commit 6fffc4ccfc
2 changed files with 20 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2024"
}
}
}