Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/content/docs/fr/install-and-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -399,12 +399,6 @@ Si vous préférez ne pas utiliser notre outil CLI automatique `create astro`, v
}
```

Finalement, créez `src/env.d.ts` pour informer TypeScript des types ambiants disponibles dans un projet Astro :

```ts title="src/env.d.ts"
/// <reference types="astro/client" />
```

Consultez le [guide d'Astro sur la configuration de TypeScript](/fr/guides/typescript/#configuration) pour plus d'informations.

7. Prochaines étapes
Expand All @@ -418,7 +412,6 @@ Si vous préférez ne pas utiliser notre outil CLI automatique `create astro`, v
- src/
- pages/
- index.astro
- env.d.ts
- astro.config.mjs
- package-lock.json ou `yarn.lock`, `pnpm-lock.yaml`, etc.
- package.json
Expand Down