summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/packages/puppeteer-core/src/tsconfig.esm.json
blob: 2cd2ab579fcce3f8b419fc85368557f9523568d1 (plain)
1
2
3
4
5
6
7
{
  "extends": "../../../tsconfig.base.json",
  "compilerOptions": {
    "outDir": "../lib/esm/puppeteer"
  },
  "references": [{"path": "../third_party/tsconfig.json"}]
}