Files
rafa-links/tsconfig.json
2023-02-22 22:35:07 -06:00

7 lines
191 B
JSON

{
// Note: No change needed if you use "astro/tsconfigs/strict" or "astro/tsconfigs/strictest"
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true
}
}