Commit 6df7e7f
committed
fix: exclude website/ from the library's tsconfig.build.json
tsconfig.build.json (used by bob build for the published package's type
definitions) declares its own exclude array, which overrides rather than
merges with the base tsconfig.json's exclude — so website/ still leaked
into the definition-file build and broke it with Astro-specific module
errors.1 parent deff742 commit 6df7e7f
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 | | |
0 commit comments