{
  "include": ["./mockServiceWorker.js"],
  "compilerOptions": {
    "strict": true,
    "allowJs": true,
    "checkJs": true,
    "noEmit": true,
    "target": "esnext",
    "module": "esnext",
    "lib": ["esnext"],
    "types": ["@types/serviceworker"]
  }
}
