📄 tsconfig.json
/home/palash/git/site/node_modules/workbox-window/tsconfig.json
Language: json • Lines: 15
{
  "extends": "../../tsconfig",
  "compilerOptions": {
    "lib": ["es2017", "dom"],
    "outDir": "./",
    "rootDir": "./src",
    "tsBuildInfoFile": "./tsconfig.tsbuildinfo"
  },
  "include": ["src/**/*.ts"],
  "references": [
    {
      "path": "../workbox-core/"
    }
  ]
}