Skip to content

Commit

Permalink
chore: add tsconfig path for explorer observer (#3204)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Sep 19, 2024
1 parent 8dc5889 commit 652c9aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 652c9aa

Please sign in to comment.