{
  "extends": "../../config/tsconfig.base.json",
  "compilerOptions": {
    "outDir": "dist",
    "noUnusedLocals": true,
    "lib": [
      "dom",
      "es2017"
    ],
    "downlevelIteration": true
  },
  "exclude": [
    "dist/**/*"
  ]
}
