summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/packages/puppeteer/tsconfig.json
blob: 405998de4b8b56e77079ac8bd57ec21c70ebf44b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "extends": "../../tsconfig.base.json",
  "files": [],
  "compilerOptions": {
    // API extractor doesn't work well with NodeNext module resolution, so we
    // just stick with ol'fashion path resolution.
    "baseUrl": ".",
    "paths": {
      "puppeteer-core/internal/*": ["../puppeteer-core/lib/esm/puppeteer/*"]
    }
  },
  "references": [
    {"path": "src/tsconfig.esm.json"},
    {"path": "src/tsconfig.cjs.json"}
  ]
}