Skip to content

Commit

Permalink
Update docs/guides/vite.md
Browse files Browse the repository at this point in the history
Co-authored-by: alcpereira <48070464+alcpereira@users.noreply.github.com>
  • Loading branch information
brookslybrand and alcpereira committed Jun 5, 2024
1 parent 02c3f3b commit cf9975a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Update the `types` field in `tsconfig.json` and make sure `skipLibCheck`, `modul
```diff filename=tsconfig.json
{
"compilerOptions": {
+ "types": ["@remix-run/node", "vite/client"],
+ "types": ["@remix-run/node", "vite/client"],
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Bundler",
Expand Down

0 comments on commit cf9975a

Please sign in to comment.