aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue/tsconfig.json
blob: 1d2def77194dac5449d8ec59ca7fbc4b474b2fe4 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "extends": "astro/tsconfigs/base",
  "include": [".astro/types.d.ts", "**/*"],
  "exclude": ["dist"],
  "compilerOptions": {
    // Needed for TypeScript intellisense in the template inside Vue files
    "jsx": "preserve"
  }
}