{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "target": "ES6",
    "module": "ESNext",
    "outDir": "./dist/es",
    "declaration": true
  }
}
