summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/tools/docgen/tsconfig.json
blob: 27d0d84f5d0cc6f55cbebbc5e20f04bb88ee6e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "rootDir": "./src",
    "outDir": "./lib",
    "sourceMap": true,
    "declaration": false,
    "declarationMap": false,
    "composite": false
  }
}