tsconfig.json 156 B

12345678
  1. {
  2. "extends": "astro/tsconfigs/base",
  3. "compilerOptions": {
  4. // Preact specific settings
  5. "jsx": "react-jsx",
  6. "jsxImportSource": "preact"
  7. }
  8. }