summaryrefslogtreecommitdiff
path: root/examples/view-transitions/tsconfig.json
blob: d9bbfacf871ab5a8072ea6ad8fd7c50e9d67d36f (plain) (blame)
1
2
3
4
5
6
{
  "extends": "astro/tsconfigs/base",
  "compilerOptions": {
    "resolveJsonModule": true
  }
}