chore(medusa-test-utils): create declaration file (#6858)

**What**
- Fixes tsconfig to ensure a declaration file is included in the build.

**Why**
- Ensure tsserver can understand things from medusa-test-utils
- Get rid of "Could not find a declaration file for module" warning in editors.
This commit is contained in:
Sebastian Rindom
2024-03-28 10:43:25 +00:00
committed by GitHub
parent ea8d9d4d42
commit 6bf4d40856
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/medusa": patch
"medusa-test-utils": patch
---
chore(medusa-test-utils): create declaration file