summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/packages/puppeteer-core/src/tsconfig.cjs.json
blob: 897b1a03dfd47bd3b08da89f06c6b8952e1445db (plain)
1
2
3
4
5
6
7
8
9
{
  "extends": "../../../tsconfig.base.json",
  "compilerOptions": {
    "module": "CommonJS",
    "moduleResolution": "Node",
    "outDir": "../lib/cjs/puppeteer"
  },
  "references": [{"path": "../third_party/tsconfig.cjs.json"}]
}