{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "baseUrl": ".",
    "noEmit": true
  },
  "include": [],
  "references": [
    {
      "path": "./tsconfig.node.json"
    }{{#if testing}},
    {
      "path": "./tsconfig.spec.json"
    }{{/if}}
  ]
}
