{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "rootDir": "..",
    "baseUrl": ".",
    "paths": {
      "@bixi/core/*": ["./*"],
      "@bixi/*": ["../*"]
    }
  },
  "files": ["public_api.ts"],
  "include": ["./**/*.ts"]
}
