tsconfig.json 250 B

1234567891011121314
  1. {
  2. "extends": "../../tsconfig",
  3. "compilerOptions": {
  4. "outDir": "./",
  5. "rootDir": "./src",
  6. "tsBuildInfoFile": "./tsconfig.tsbuildinfo"
  7. },
  8. "include": [
  9. "src/**/*.ts"
  10. ],
  11. "references": [
  12. { "path": "../workbox-core/" }
  13. ]
  14. }