summaryrefslogtreecommitdiff
path: root/examples/docs/tsconfig.json
blob: 9526094f6789bb742399702fc6f58d52839a99b1 (plain) (blame)
1
2
3
4
5
6
7
{
  "extends": "astro/tsconfigs/base",
  "compilerOptions": {
    "jsx": "preserve",
    "skipLibCheck": true
  }
}