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