summaryrefslogtreecommitdiff
path: root/examples/framework-solid/tsconfig.json
blob: 6e107fd32216831ea7a5c986b025b8c3aad0d533 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "extends": "astro/tsconfigs/base",
  "compilerOptions": {
    // Solid specific settings
    "jsx": "preserve",
    "jsxImportSource": "solid-js"
  }
}