{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "rootDir": ".",
    "paths": {
      "rapier3d": ["../../node_modules/@dimforge/rapier3d/rapier"],
      "troika-three-text": [
        "../../node_modules/troika-types/packages/troika-three-text/dist/src/index"
      ],
      "xrblocks": ["../xrblocks.ts"],
      "uiblocks": ["./uiblocks/src/index.ts"]
    }
  },
  "include": ["**/*.ts"],
  "exclude": ["**/cli/**/*.ts"],
  "references": [{"path": "../../"}]
}
