mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
fix frontend/tsconfig.js (#1795)
change frontend/tsconfig.js to frontend/tsconfig.json.
This commit is contained in:
parent
e6c9b1350c
commit
bbfb64a965
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ module.exports = {
|
|||
}
|
||||
```
|
||||
|
||||
Next, configure `frontend/tsconfig.js`:
|
||||
Next, configure `frontend/tsconfig.json`:
|
||||
|
||||
```javascript
|
||||
{
|
||||
|
|
@ -82,4 +82,4 @@ Next, configure `frontend/tsconfig.js`:
|
|||
]
|
||||
}
|
||||
```
|
||||
This should enable you to now use Vetur as expected.
|
||||
This should enable you to now use Vetur as expected.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue