Skip to content

Commit

Permalink
fix(store,world): fix mud config TS errors (#1974)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Ingersoll <kingersoll@gmail.com>
  • Loading branch information
tash-2s and holic committed Nov 30, 2023
1 parent 6963a9e commit 1077c7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/fair-baboons-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@latticexyz/store": patch
"@latticexyz/world": patch
---

Fixed an issue where `mud.config.ts` source file was not included in the package, causing TS errors downstream.
1 change: 1 addition & 0 deletions packages/store/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
!out/**/*.abi.json.d.ts
!src/**
!ts/**
!mud.config.ts
!package.json
!README.md
!dist/**
1 change: 1 addition & 0 deletions packages/world/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
!src/**
!test/MudTest.t.sol
!ts/**
!mud.config.ts
!package.json
!README.md
!dist/**

0 comments on commit 1077c7f

Please sign in to comment.