tsconfig.json 90 B

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