summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/tsconfig.base.json
blob: 97d1cd068a4b1bc1de938b978e4ca2d0d7edc2a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "compilerOptions": {
    "esModuleInterop": true,
    "allowJs": true,
    "checkJs": true,
    "target": "ESNext",
    "moduleResolution": "node",
    "module": "ESNext",
    "declaration": true,
    "declarationMap": true,
    "resolveJsonModule": true
  }
}