diff options
Diffstat (limited to 'FrontEnd/src/sw.ts')
-rw-r--r-- | FrontEnd/src/sw.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FrontEnd/src/sw.ts b/FrontEnd/src/sw.ts index 0130e345..a43ff9e5 100644 --- a/FrontEnd/src/sw.ts +++ b/FrontEnd/src/sw.ts @@ -1,5 +1,3 @@ -/// <reference no-default-lib="true"/> -/// <reference lib="esnext" /> /// <reference lib="webworker" /> import { precacheAndRoute, matchPrecache } from "workbox-precaching"; |