This repository was archived by the owner on Apr 14, 2026. It is now read-only.
Commit 7b7e4dc
fix: add DOM lib to tsconfig for fetch type resolution
DTS build was failing with 'Cannot find name fetch' because
tsconfig only had ES2022 lib. Adding DOM resolves the global
fetch type needed by HashLockConfig.fetch property.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2580708 commit 7b7e4dc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments