From 652c9aa0093dc94c1122a1875ac63897f53de7cb Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Thu, 19 Sep 2024 12:39:44 +0000 Subject: [PATCH] chore: add tsconfig path for explorer observer (#3204) --- tsconfig.paths.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.paths.json b/tsconfig.paths.json index a1c1be72d9..d90cad91fc 100644 --- a/tsconfig.paths.json +++ b/tsconfig.paths.json @@ -17,6 +17,7 @@ "@latticexyz/config/*": ["./packages/config/src/exports/*.ts"], "@latticexyz/config/node": ["./packages/config/src/deprecated/node"], "@latticexyz/dev-tools": ["./packages/dev-tools/src/index.ts"], + "@latticexyz/explorer/observer": ["./packages/explorer/src/exports/observer.ts"], "@latticexyz/gas-report": ["./packages/gas-report/ts/index.ts"], "@latticexyz/protocol-parser": ["./packages/protocol-parser/src/index.ts"], "@latticexyz/protocol-parser/*": ["./packages/protocol-parser/src/exports/*.ts"],