mattpocock / xstate-codegen

A codegen tool for 100% TS type-safety in XState
MIT License
245 stars 12 forks source link

add @types/minimist so that build step passes #8

Closed redappleorigin closed 4 years ago

redappleorigin commented 4 years ago

when running the install command in packages/xstate-compiled it fails with:

error TS7016: Could not find a declaration file for module 'minimist'.

adding @types/minimist fixes the problem.

redappleorigin commented 4 years ago

9

mattpocock commented 4 years ago

@redappleorigin Looks good, thanks!