summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/packages/puppeteer-core/third_party/tsconfig.json
blob: cfe3a26f4c71d7a5fc5dc6b81a9c990c56c7d461 (plain)
1
2
3
4
5
6
7
8
{
  "extends": "../../../tsconfig.base.json",
  "compilerOptions": {
    "declarationMap": false,
    "outDir": "../lib/esm/third_party",
    "sourceMap": false
  }
}