Skip to content

Commit

Permalink
docs(app-vite): correctly reference .quasar/tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufkandemir committed Nov 12, 2024
1 parent 4ba8d3d commit d958f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/quasar-cli-vite/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Preparations:

```json /tsconfig.json
{
"extends": ".quasar/tsconfig.json"
"extends": "./.quasar/tsconfig.json"
}
```

Expand Down

0 comments on commit d958f90

Please sign in to comment.