5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 19:31:20 +08:00

fix frontend/tsconfig.js (#1795)

change frontend/tsconfig.js to frontend/tsconfig.json.
This commit is contained in:
Zámbó, Levente 2022-08-26 22:55:49 +02:00 committed by GitHub
parent e6c9b1350c
commit bbfb64a965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ module.exports = {
} }
``` ```
Next, configure `frontend/tsconfig.js`: Next, configure `frontend/tsconfig.json`:
```javascript ```javascript
{ {