mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
fix frontend/tsconfig.js (#1795)
change frontend/tsconfig.js to frontend/tsconfig.json.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user