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