{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "dist",
    "paths": {
      "@semantic-api/api": [
        "../api/dist"
      ],
      "@semantic-api/common": [
        "../common/dist"
      ]
    }
  }
}
