summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/scripts/tsconfig.json
blob: c8d842173c698b67c71c5d16be13afe83b1d53e0 (plain)
1
2
3
4
5
6
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "module": "CommonJS"
  }
}