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