Files
portfolio/tsconfig.json
Lucas 545ecb8fa8
Some checks failed
Portfolio/pipeline/head There was a failure building this commit
Add file check in dockerfile
2026-01-09 14:15:11 +01:00

8 lines
122 B
JSON

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