tsconfig.json 638 Bytes
{
  "extends": "../../tsconfig",
  "compilerOptions": {
    "esModuleInterop": true,
    "module": "CommonJS",
    "outDir": "./build",
    "resolveJsonModule": true,
    "rootDir": "./src",
    "target": "ES2018",
    "tsBuildInfoFile": "./tsconfig.tsbuildinfo"
  },
  "files": ["src/cdn-details.json"],
  "include": ["src/**/*.ts", "src/schema/*.json"],
  "references": [
    {"path": "../workbox-background-sync/"},
    {"path": "../workbox-broadcast-update/"},
    {"path": "../workbox-cacheable-response/"},
    {"path": "../workbox-core/"},
    {"path": "../workbox-expiration/"},
    {"path": "../workbox-google-analytics/"}
  ]
}