jopeek / fvtt-loot-sheet-npc-5e

FVTT - Loot Sheet NPC 5E
MIT License
44 stars 86 forks source link

`npm run build` produces a bunch of errors for the CurrencyHelper.ts #372

Open proarunas opened 1 year ago

proarunas commented 1 year ago

Describe the bug Build results in multiple errors (mostly because typescript is trying to access untyped javascript objects).

To Reproduce Pull a clean project and run npm install and npm run build.

Expected behavior The build process should not produce errors.