Files
portfolio/tsconfig.json
Lucas b7025b5fa8
Some checks failed
Portfolio/pipeline/head There was a failure building this commit
feat(ci): add automated Lighthouse audit pipeline
2026-01-12 19:04:44 +01:00

8 lines
122 B
JSON

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