Skip to content

Commit bbfb64a

Browse files
authored
fix frontend/tsconfig.js (#1795)
change frontend/tsconfig.js to frontend/tsconfig.json.
1 parent e6c9b13 commit bbfb64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/guides/vscode.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = {
5959
}
6060
```
6161

62-
Next, configure `frontend/tsconfig.js`:
62+
Next, configure `frontend/tsconfig.json`:
6363

6464
```javascript
6565
{
@@ -82,4 +82,4 @@ Next, configure `frontend/tsconfig.js`:
8282
]
8383
}
8484
```
85-
This should enable you to now use Vetur as expected.
85+
This should enable you to now use Vetur as expected.

0 commit comments

Comments
 (0)