Commit bb90c7f
Fix TS2742 error when inferring exported Config type
Change `Config` from a type alias to an interface so TypeScript
preserves its name in declaration emit instead of resolving through
to `UserConfig` in the hashed internal chunk file.
Fixes #19706
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d15d92c commit bb90c7f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments