workbox-sw/v3: increase minimum version of TS to 3.0 (#42628)

Dependencies of workbox-sw v3 use types that are only defined in TS 3.0
and above.
This commit is contained in:
Nathan Shively-Sanders
2020-02-26 11:26:52 -08:00
committed by GitHub
parent f17491e0d0
commit 6dea6cc5ce

View File

@@ -2,7 +2,7 @@
// Project: https://github.com/GoogleChrome/workbox
// Definitions by: Frederik Wessberg <https://github.com/wessberg>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.6
// TypeScript Version: 3.0
/**
* ===== BroadcastCacheUpdate =====