summaryrefslogtreecommitdiff
path: root/examples/framework-vue/tsconfig.json
blob: 2d48ed5fd9c3381478a6150c3a4850328e7ad3f1 (plain) (blame)
1
2
3
4
5
6
7
{
  "extends": "astro/tsconfigs/base",
  "compilerOptions": {
    // Needed for TypeScript intellisense in the template inside Vue files
    "jsx": "preserve"
  }
}