{
  "extends": "./tsconfig.build.json",
  "compilerOptions": {
    "declarationDir": "./dist/es5",
    "outDir": "./dist/es5",
    "target": "ES5",
    "downlevelIteration": true,
    "baseUrl": "./src"
  }
}
