Skip to content

Commit

Permalink
chore: add ts path for common internal exports (latticexyz#3425)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Jan 7, 2025
1 parent f2c69f4 commit 68d9d70
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 @@ -13,6 +13,7 @@
"@latticexyz/common/type-utils": ["./packages/common/src/type-utils/index.ts"],
"@latticexyz/common/utils": ["./packages/common/src/utils/index.ts"],
"@latticexyz/common/kms": ["./packages/common/src/exports/kms.ts"],
"@latticexyz/common/internal": ["./packages/common/src/exports/internal.ts"],
"@latticexyz/config": ["./packages/config/src/exports/index.ts"],
"@latticexyz/config/*": ["./packages/config/src/exports/*.ts"],
"@latticexyz/config/node": ["./packages/config/src/deprecated/node"],
Expand Down

0 comments on commit 68d9d70

Please sign in to comment.