summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/vendor/tsconfig.esm.json
blob: 1f0bae8e3d2db4bad98fca26d6d94afb7369b538 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "../tsconfig.base.json",
  "exclude": [
    "mitt/dist"
  ],
  "compilerOptions": {
    "composite": true,
    "outDir": "../lib/esm/vendor",
    "module": "esnext"
  }
}