Commit 76ba5e9
committed
fix(pay-card): declare the webp module for the card flow typecheck
The auth leaf now imports a `*.webp` hero. `@features/flow-pay-card` compiles
that source across the package boundary, and an ambient declaration does not
cross a workspace boundary, so `tsc` could not resolve the import.
Re-declare the module in this package, as it already does for `*.svg`. Both
apps carry their own declaration, so only this flow package was exposed.1 parent ef1c5d7 commit 76ba5e9
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments