summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/tsconfig-esm.json
blob: 06d8e25d98babfa5f1a40eac043dab0dc26fb0fd (plain)
1
2
3
4
5
6
7
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./lib/esm",
    "module": "ES2015",
  },
}