fix: 2 improvements across 2 files

- Quality: Invalid ambient declarations with initializers in `d.ts` file
- Quality: Gulp task completes before LESS pipeline finishes

Signed-off-by: tomaioo <203048277+tomaioo@users.noreply.github.com>
This commit is contained in:
tomaioo 2026-04-17 11:13:11 -07:00
parent 4b92001f97
commit 5502b3bfea

4
daggerheart.d.ts vendored
View file

@ -10,8 +10,8 @@ declare global {
* This class manages the registration and execution of hooked callback functions. * This class manages the registration and execution of hooked callback functions.
*/ */
class Hooks extends foundry.helpers.Hooks {} class Hooks extends foundry.helpers.Hooks {}
const fromUuid = foundry.utils.fromUuid; const fromUuid: typeof foundry.utils.fromUuid;
const fromUuidSync = foundry.utils.fromUuidSync; const fromUuidSync: typeof foundry.utils.fromUuidSync;
/** /**
* The singleton game canvas * The singleton game canvas