summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/packages/browsers/src/tsconfig.esm.json
blob: a824bc8cb8daa3b7ccbca717c69e7ab21a8cfbcd (plain)
1
2
3
4
5
6
{
  "extends": "../../../tsconfig.base.json",
  "compilerOptions": {
    "outDir": "../lib/esm"
  }
}