📄 tsconfig.json
/home/palash/git/site/node_modules/workbox-google-analytics/tsconfig.json
Language: json • Lines: 15
{
  "extends": "../../tsconfig",
  "compilerOptions": {
    "outDir": "./",
    "rootDir": "./src",
    "tsBuildInfoFile": "./tsconfig.tsbuildinfo"
  },
  "include": ["src/**/*.ts"],
  "references": [
    {"path": "../workbox-background-sync/"},
    {"path": "../workbox-core/"},
    {"path": "../workbox-routing/"},
    {"path": "../workbox-strategies/"}
  ]
}