Files
anomalyco__opentui/packages/web/tsconfig.json
T
Simon Klee bb1b89b480 Web (#561)
2026-01-23 21:39:11 +01:00

7 lines
99 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true
}
}