{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "paths": {
      "@kodbruket/*": [
        "node_modules/@kodbruket/*/src"
      ]
    }
  },
  "include": [
    "."
  ]
}
