📄 tsconfig.json
/home/palash/git/site/node_modules/workbox-webpack-plugin/tsconfig.json
Language: json • Lines: 14
{
  "extends": "../../tsconfig",
  "compilerOptions": {
    "esModuleInterop": true,
    "module": "CommonJS",
    "outDir": "./build",
    "resolveJsonModule": true,
    "rootDir": "./src",
    "target": "ES2018",
    "tsBuildInfoFile": "./tsconfig.tsbuildinfo"
  },
  "include": ["src/**/*.ts"],
  "references": [{"path": "../workbox-build/"}]
}