{
  "extends": "../tsconfig.json",
  "exclude": ["./**/*.spec.*"],
  "compilerOptions": {
    "rootDir": ".",
    "outDir": "../lib",
    "module": "CommonJS",
    "target": "ES6"
  }
}