eduardosasso/leter

View on GitHub
astro/tsconfig.json

Summary

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