Skip to content

Commit

Permalink
i18n(es): Update solid-js.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
AitorMT authored Jan 25, 2025
1 parent d80527c commit 97e5a5a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/content/docs/es/guides/integrations-guide/solid-js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,20 @@ export default defineConfig({
});
```

Y añade el siguiente código al archivo `tsconfig.json`.

```json title="tsconfig.json" ins={5-8}
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "solid-js"
}
}
```

## Empezando

Para usar tu primer componente con solidjs en Astro, dirígete a nuestra [documentación del interfaz de usuario][astro-ui-frameworks]. Explorarás:
Expand Down

0 comments on commit 97e5a5a

Please sign in to comment.