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