Commit 08afcb6
fix: resolve @/ path aliases in tsup build config
The tsup build fails because esbuild cannot resolve the @/ path aliases
defined in tsconfig.json. Add esbuild alias configuration to tsup.config.ts
to map @ to the project root, matching the tsconfig paths setting.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2830319 commit 08afcb6
1 file changed
+14
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
8 | 20 | | |
9 | 21 | | |
10 | 22 | | |
11 | 23 | | |
12 | 24 | | |
13 | 25 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 26 | + | |
17 | 27 | | |
18 | 28 | | |
19 | 29 | | |
20 | 30 | | |
21 | 31 | | |
22 | 32 | | |
23 | 33 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 34 | + | |
27 | 35 | | |
28 | 36 | | |
0 commit comments