summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/src/tsconfig.cjs.json
blob: c144b956bf813ce727516fa695e2ab6ee743d803 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "../tsconfig.base.json",
  "compilerOptions": {
    "composite": true,
    "outDir": "../lib/cjs/puppeteer",
    "module": "CommonJS"
  },
  "references": [
    { "path": "../vendor/tsconfig.cjs.json"}
  ]
}