// Configuration for IDEs only.
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "rootDir": "..",
    "baseUrl": ".",
    "experimentalDecorators": true,
    "paths": {
      "@bixi/mock/*": ["./*"],
      "@bixi/*": ["../*"]
    }
  },
  "files": [
    "public-api.ts"
  ],
  "include": ["./**/*.ts"]
}
