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