tsconfig.json 97 B

123456
  1. {
  2. "extends": "astro/tsconfigs/base",
  3. "compilerOptions": {
  4. "strictNullChecks": true
  5. }
  6. }