Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khmyznikov authored Jul 29, 2024
1 parent 176e654 commit 5849a9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ Alternatively, you can use [unpkg](https://unpkg.com) or [esm.sh](https://esm.sh
import '@khmyznikov/pwa-install';
```

## TS Config
```json
"compilerOptions": {
"moduleResolution": "Bundler",
"types": ["dom-chromium-installation-events", "web-app-manifest"]
}
```

## Use

```html
Expand Down

0 comments on commit 5849a9d

Please sign in to comment.