Skip to content

Commit

Permalink
build: fix world modules mud config path (#2864)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored May 23, 2024
1 parent 96e7bf4 commit e43c093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@latticexyz/world/node": ["./packages/world/ts/node/index.ts"],
"@latticexyz/world/out/*": ["./packages/world/out/*"],
"@latticexyz/world/*": ["./packages/world/ts/exports/*.ts"],
"@latticexyz/world-modules/mud.config": ["./packages/world-modules/mud.config.ts"],
"@latticexyz/world-modules/internal/mud.config": ["./packages/world-modules/mud.config.ts"],
"@latticexyz/world-modules/out/*": ["./packages/world-modules/out/*"]
}
}
Expand Down

0 comments on commit e43c093

Please sign in to comment.