summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/compat/cjs/tsconfig.json
blob: 542926884354bfd2c96ca22eb234bb1c332e7416 (plain)
1
2
3
4
5
6
7
8
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "composite": true,
    "outDir": "../../lib/cjs/puppeteer",
    "module": "CommonJS"
  }
}