summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/packages/puppeteer/src/tsconfig.cjs.json
blob: ce5e01302775854471f00df9cf55fc4c1dfdc0c0 (plain)
1
2
3
4
5
6
7
8
{
  "extends": "../../../tsconfig.base.json",
  "compilerOptions": {
    "module": "CommonJS",
    "moduleResolution": "NodeNext",
    "outDir": "../lib/cjs/puppeteer"
  }
}