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