Skip to content

Commit

Permalink
add ts paths
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jan 23, 2025
1 parent 9e6e105 commit 4cdb673
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tsconfig.paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
"@latticexyz/world/node": ["./packages/world/ts/node/index.ts"],
"@latticexyz/world/out/*": ["./packages/world/out/*"],
"@latticexyz/world/*": ["./packages/world/ts/exports/*.ts"],
"@latticexyz/world-module-callwithsignature/internal": ["./packages/world-module-callwithsignature/internal.ts"],
"@latticexyz/world-module-callwithsignature/mud.config": [
"./packages/world-module-callwithsignature/mud.config.ts"
],
"@latticexyz/world-module-callwithsignature/out/*": ["./packages/world-module-callwithsignature/out/*"],
"@latticexyz/world-module-metadata/mud.config": ["./packages/world-module-metadata/mud.config.ts"],
"@latticexyz/world-module-metadata/out/*": ["./packages/world-module-metadata/out/*"],
"@latticexyz/world-modules/internal/mud.config": ["./packages/world-modules/mud.config.ts"],
Expand Down

0 comments on commit 4cdb673

Please sign in to comment.