Skip to content

Commit

Permalink
fix: Do not trigger extra TS checks (#16523) (#16525)
Browse files Browse the repository at this point in the history
Fixes the sometimes constant output stream of 
```
[TypeScript] Found 0 errors. Watching for file changes.
```

The relevant fix in TypeScript is microsoft/TypeScript#51626

Co-authored-by: Artur <artur@vaadin.com>
  • Loading branch information
vaadin-bot and Artur- committed Apr 4, 2023
1 parent 2595da7 commit 457e92f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"async": "3.2.2",
"glob": "7.2.3",
"typescript": "4.9.3",
"typescript": "4.9.5",
"workbox-core": "6.5.4",
"workbox-precaching": "6.5.4",
"strip-css-comments": "5.0.0"
Expand Down

0 comments on commit 457e92f

Please sign in to comment.