summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/tools/mocha-runner/tsconfig.json
blob: 220a467ac17e424ffe56ba3db85efc277bfa2dec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "rootDir": "./src",
    "outDir": "./bin",
    "module": "NodeNext",
    "moduleResolution": "NodeNext",
    "sourceMap": true,
    "declaration": false,
    "declarationMap": false,
    "composite": false
  }
}