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