Commit 698d0f3
committed
fix: use type-only export for ComposeSpecification
The .d.ts file has no runtime module, so use `export type` instead
of a value re-export to avoid ERR_MODULE_NOT_FOUND at runtime.1 parent 6e9cb51 commit 698d0f3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments