summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/tools/doctest/tsconfig.json
blob: bd70c0bd5e0e9f4480869b8018e1665c23ba8692 (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,
  },
}