tsconfig.json 98 B

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