summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/packages/browsers/test/src/tsconfig.json
blob: 03eae4a45800b191218ae084b505565589258527 (plain)
1
2
3
4
5
6
7
8
9
{
  "extends": "../../../../tsconfig.base.json",
  "compilerOptions": {
    "module": "NodeNext",
    "moduleResolution": "NodeNext",
    "outDir": "../build",
  },
  "references": [{"path": "../../tsconfig.json"}],
}