tsconfig.json 445 B

1234567891011121314151617
  1. {
  2. "extends": "../../tsconfig",
  3. "compilerOptions": {
  4. "outDir": "./",
  5. "rootDir": "./src",
  6. "tsBuildInfoFile": "./tsconfig.tsbuildinfo"
  7. },
  8. "include": ["src/**/*.ts"],
  9. "references": [
  10. {"path": "../workbox-core/"},
  11. {"path": "../workbox-routing/"},
  12. {"path": "../workbox-strategies/"},
  13. {"path": "../workbox-cacheable-response/"},
  14. {"path": "../workbox-expiration/"},
  15. {"path": "../workbox-precaching/"}
  16. ]
  17. }