tsconfig.json 282 B

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