Files
portfolio/tsconfig.json
Lucas 52e55c569e
All checks were successful
Portfolio/pipeline/head This commit looks good
feat(ci): add automated Lighthouse audit pipeline
2026-01-12 18:41:38 +01:00

8 lines
122 B
JSON

{
"extends": "astro/tsconfigs/strict",
"exclude": ["dist"],
"compilerOptions": {
"strictNullChecks": true
}
}