{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "module": "esnext",
    "outDir": "../dist/es/"
  },
  "files": ["../src/index.ts"]
}
