Files
portfolio/tsconfig.json

8 lines
122 B
JSON

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