{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "rootDir": "..",
    "baseUrl": ".",
    "paths": {
      "@bixi/label/*": ["./*"],
      "@bixi/*": ["../*"]
    }
  },
  "files": ["public-api.ts"],
  "include": ["./*.ts", "./**/*.ts"]
}
